drawdb icon indicating copy to clipboard operation
drawdb copied to clipboard

Undo action when field is deleted

Open mtb0x1 opened this issue 1 year ago • 0 comments

The undo action seems unreliable. I was able to reproduce the issue below :

Steps :

  1. Create 2 tables (table with ID int, table2 with ID int)
  2. Create a relation between table.ID and table2.ID
  3. Save
  4. Remove filed table2.ID
  5. Save
  6. Undo

Result : table2.ID is restored, but it's relationship with table.ID is lost.

Expected result : table2.ID is restored with it's relationship(s).

mtb0x1 avatar Apr 30 '24 17:04 mtb0x1