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
forceMakeAll sometimes has problems cleaning/recreating the database
corresponding to the data model if the data model has changed a lot. for
example if a class has been renamed the old table is not dropped in the
newly generated drop_table scripts.
\because of this sometimes other tables can not be dropped because a
foreign key exists betwene the old tables, because of this the
corresponding table can not be recreated and the script fails with a hard
error.
Only fix right now is to go into the databas and clean it by hand.
We may want a different manner to clean the old database than dropping all
views and tables using the generated script.
Maybe we can clean it by querying the metadata? Or using the last script
that was actually run against the database forceMakeAll would have to
store this).
Original issue reported on code.google.com by [email protected] on 18 Nov 2009 at 11:33
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 18 Nov 2009 at 11:33The text was updated successfully, but these errors were encountered: