1
0
Fork 0
database/20230218130437_translations...

5 lines
70 B
MySQL
Raw Normal View History

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