1
0
Fork 0
database/20230218130437_translations.down.sql

5 lines
70 B
MySQL
Raw Normal View History

2023-02-18 08:13:28 -05:00
BEGIN;
DROP TABLE translation_texts;
DROP TABLE translations;
COMMIT;