what2watch/migrations/20240116054243_watches_and_quests.down.sql
2024-01-27 17:20:47 -08:00

3 lines
115 B
SQL

drop table if exists watch_quests;
drop table if exists watch_notes;
drop table if exists watches; -- must be last