drawdb
drawdb copied to clipboard
Undo action when field is deleted
The undo action seems unreliable. I was able to reproduce the issue below :
Steps :
- Create 2 tables (table with ID int, table2 with ID int)
- Create a relation between table.ID and table2.ID
- Save
- Remove filed table2.ID
- Save
- 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).