Creating and deleting zones now works, added try() to certain functions, tiny general improvements
This commit is contained in:
@ -76,7 +76,6 @@ CREATE TABLE `Zone` (
|
||||
`width` INTEGER NOT NULL,
|
||||
`height` INTEGER NOT NULL,
|
||||
`tiles` JSON NOT NULL,
|
||||
`walls` JSON NOT NULL,
|
||||
`createdAt` DATETIME(3) NOT NULL DEFAULT CURRENT_TIMESTAMP(3),
|
||||
`updatedAt` DATETIME(3) NOT NULL,
|
||||
|
Reference in New Issue
Block a user