1
0
Fork 0
database/20230204224830_examples.down.sql

5 lines
62 B
MySQL
Raw Normal View History

2023-02-05 03:11:56 +04:00
BEGIN;
DROP TABLE example_texts;
DROP TABLE examples;
COMMIT;