fix table name

This commit is contained in:
Dobromir Popov
2024-12-02 17:09:27 +02:00
parent e7e938a118
commit ff27e6046e

View File

@ -1,2 +1,3 @@
-- AlterTable
ALTER TABLE `location` ADD COLUMN `isOnMainMenu` BOOLEAN NOT NULL DEFAULT false;
ALTER TABLE `Location`
ADD COLUMN `isOnMainMenu` BOOLEAN NOT NULL DEFAULT false;