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
this.query+='\nINSERT INTO "'+this.table.name+'" SELECT * FROM "'+oldname+'";\n'
@@ -95,9 +99,8 @@ Use CREATE INDEX, CREATE TRIGGER, and CREATE VIEW to reconstruct indexes, trigge
95
99
96
100
If any views refer to table X in a way that is affected by the schema change, then drop those views using DROP VIEW and recreate them with whatever changes are necessary to accommodate the schema change using CREATE VIEW.
97
101
98
-
If foreign key constraints were originally enabled then run PRAGMA foreign_key_check to verify that the schema change did not break any foreign key constraints.
0 commit comments