actual-server/migrations/1548957970627_remove-db-version.sql

6 lines
52 B
MySQL
Raw Normal View History

2022-03-31 17:19:08 +00:00
BEGIN TRANSACTION;
DROP TABLE db_version;
COMMIT;