fix migration CamelCase
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
-- AlterTable
|
-- AlterTable
|
||||||
ALTER TABLE `publisher` ADD COLUMN `isSubscribedToCoverMe` BOOLEAN NOT NULL DEFAULT false,
|
ALTER TABLE `Publisher` ADD COLUMN `isSubscribedToCoverMe` BOOLEAN NOT NULL DEFAULT false,
|
||||||
ADD COLUMN `isSubscribedToReminders` BOOLEAN NOT NULL DEFAULT false;
|
ADD COLUMN `isSubscribedToReminders` BOOLEAN NOT NULL DEFAULT false;
|
||||||
|
|||||||
Reference in New Issue
Block a user