new migration: add_publisher_email_sbscription_options

This commit is contained in:
Dobromir Popov
2024-04-02 02:12:59 +03:00
parent eddee460f2
commit 78ea5937e1

View File

@ -0,0 +1,3 @@
-- AlterTable
ALTER TABLE `publisher` ADD COLUMN `isSubscribedToCoverMe` BOOLEAN NOT NULL DEFAULT false,
ADD COLUMN `isSubscribedToReminders` BOOLEAN NOT NULL DEFAULT false;