Use DROP instead of RENAME for archive
This commit is contained in:
parent
08049fe406
commit
23b532ee1a
|
@ -1,2 +1,2 @@
|
|||
ALTER TABLE archive rename to archive_bak;
|
||||
DROP TABLE archive;
|
||||
DROP TABLE data_types;
|
||||
|
|
Loading…
Reference in New Issue