3 lines
115 B
SQL
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
|