Merge commit '78ea5937e135ec052596247c6c9c341fed57b6ce' into production

This commit is contained in:
Dobromir Popov
2024-04-02 02:13:45 +03:00

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;