1
0
forked from noxious/server

#91 : Zone editor: allow objects to be rotated

This commit is contained in:
2024-10-01 21:59:51 +02:00
parent ab649b9fa1
commit 297d4742a4
3 changed files with 10 additions and 6 deletions

View File

@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE `ZoneObject` ADD COLUMN `isRotated` BOOLEAN NOT NULL DEFAULT false;