5 lines
70 B
MySQL
5 lines
70 B
MySQL
|
BEGIN;
|
||
|
DROP TABLE translation_texts;
|
||
|
DROP TABLE translations;
|
||
|
COMMIT;
|