1
0
Fork 0
database/20230218130437_translations...

5 lines
70 B
PL/PgSQL

BEGIN;
DROP TABLE translation_texts;
DROP TABLE translations;
COMMIT;