feat: fix migrations files
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
-- Add XP and Level to users for gamification
|
||||
ALTER TABLE users
|
||||
ADD COLUMN xp INTEGER NOT NULL DEFAULT 0,
|
||||
ADD COLUMN level INTEGER NOT NULL DEFAULT 1;
|
||||
ADD COLUMN IF NOT EXISTS xp INTEGER NOT NULL DEFAULT 0,
|
||||
ADD COLUMN IF NOT EXISTS level INTEGER NOT NULL DEFAULT 1;
|
||||
|
||||
Reference in New Issue
Block a user