You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a row has been removed from one of the tables all of the relations will be wrong, since the primary key gets incremented for each added entity. Removing no32 would mean that 33->32 in that table, while all other tables are unaware of this change.
Inserting entity returns it's key, use this key to update references to the old key in other tables where applicable.
The text was updated successfully, but these errors were encountered:
If a row has been removed from one of the tables all of the relations will be wrong, since the primary key gets incremented for each added entity. Removing no32 would mean that 33->32 in that table, while all other tables are unaware of this change.
Inserting entity returns it's key, use this key to update references to the old key in other tables where applicable.
The text was updated successfully, but these errors were encountered: