diff --git a/PluralKit.Core/Database/clean.sql b/PluralKit.Core/Database/clean.sql index 5e407a21..6badec2c 100644 --- a/PluralKit.Core/Database/clean.sql +++ b/PluralKit.Core/Database/clean.sql @@ -3,6 +3,7 @@ -- This does mean we can't use any functions in row triggers, etc. Still unsure how to handle this. drop view if exists system_last_switch; +drop view if exists system_fronters; drop view if exists member_list; drop view if exists group_list;