what2watch/migrations/20240116054243_watches_and_quests.down.sql

4 lines
115 B
MySQL
Raw Permalink Normal View History

2024-01-17 04:21:38 +00:00
drop table if exists watch_quests;
drop table if exists watch_notes;
drop table if exists watches; -- must be last