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

5 lines
62 B
MySQL
Raw Normal View History

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