Use DROP instead of RENAME for archive

This commit is contained in:
Vitaliy Vlasov 2018-02-08 13:19:38 +02:00
parent 08049fe406
commit 23b532ee1a
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
ALTER TABLE archive rename to archive_bak;
DROP TABLE archive;
DROP TABLE data_types;