2023-04-27 00:08:49 +00:00
|
|
|
-- indices
|
|
|
|
drop index if exists witch_dex;
|
|
|
|
drop index if exists watch_dex;
|
|
|
|
drop index if exists ww_dex;
|
2023-04-27 21:21:29 +00:00
|
|
|
drop index if exists note_dex;
|
2023-04-27 00:08:49 +00:00
|
|
|
-- tables
|
|
|
|
drop table if exists witch_watch;
|
2023-04-27 21:21:29 +00:00
|
|
|
drop table if exists watch_notes;
|
2023-04-27 00:08:49 +00:00
|
|
|
drop table if exists covens;
|
|
|
|
drop table if exists witches;
|
|
|
|
drop table if exists watches;
|
|
|
|
|