DB updates, removed all CRUD func's from repositories as prisma's func's are sufficient and reduces boilerplate.
This commit is contained in:
@ -0,0 +1,5 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE `Character` MODIFY `position_x` INTEGER NOT NULL DEFAULT 0,
|
||||
MODIFY `position_y` INTEGER NOT NULL DEFAULT 0,
|
||||
MODIFY `rotation` INTEGER NOT NULL DEFAULT 0,
|
||||
MODIFY `zoneId` INTEGER NOT NULL DEFAULT 1;
|
Reference in New Issue
Block a user