4 lines
70 B
PL/PgSQL
4 lines
70 B
PL/PgSQL
BEGIN;
|
|
DROP TABLE translation_texts;
|
|
DROP TABLE translations;
|
|
COMMIT;
|