Improved validation, added tags field to objects, fixed and improved character delete logics

This commit is contained in:
2024-07-16 00:17:05 +02:00
parent 3c0b713af0
commit 6b30d9db1d
6 changed files with 37 additions and 23 deletions

View File

@ -0,0 +1,5 @@
-- AlterTable
ALTER TABLE `Object` ADD COLUMN `tags` JSON NULL;
-- AlterTable
ALTER TABLE `Tile` MODIFY `tags` JSON NULL;