fix(arabot): add xp to next level to fix levels being broken

This commit is contained in:
smyalygames
2023-03-10 21:50:43 +00:00
parent e48db66f0c
commit 304f5996fb
3 changed files with 23 additions and 25 deletions

View File

@@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "Xp" ADD COLUMN "xpToNextLevel" INTEGER NOT NULL DEFAULT 0;