1
0
forked from noxious/server

Creating and deleting zones now works, added try() to certain functions, tiny general improvements

This commit is contained in:
2024-07-07 04:06:09 +02:00
parent 3c82f4f06b
commit c7069c9e98
9 changed files with 163 additions and 42 deletions

View File

@ -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,