remove Season from database

This commit is contained in:
wish
2023-07-18 23:00:00 +10:00
parent f2cd6b7edb
commit f23da6fba5
2 changed files with 3 additions and 1 deletions

View File

@@ -9,4 +9,6 @@ create table if not exists event_quests
mark integer
);
ALTER TABLE IF EXISTS public.servers DROP COLUMN IF EXISTS season;
END;