undo drop column

This commit is contained in:
wish
2023-03-31 23:43:07 +11:00
parent 006f44f3a6
commit 0345fb6da9

View File

@@ -6,8 +6,6 @@ CREATE TABLE IF NOT EXISTS public.feature_weapon
featured INTEGER NOT NULL
);
ALTER TABLE IF EXISTS public.characters DROP COLUMN IF EXISTS cafe_time;
ALTER TABLE IF EXISTS public.characters ADD COLUMN IF NOT EXISTS cafe_reset TIMESTAMP WITH TIME ZONE;
DROP TABLE IF EXISTS public.user_binaries;