initial commit - code moved to separate repo
This commit is contained in:
3
prisma/migrations/20230331002935_/migration.sql
Normal file
3
prisma/migrations/20230331002935_/migration.sql
Normal file
@ -0,0 +1,3 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE `Publisher` ADD COLUMN `desiredShiftsPerMonth` INTEGER NOT NULL DEFAULT 4,
|
||||
MODIFY `role` ENUM('ADMIN', 'USER', 'EXTERNAL') NOT NULL DEFAULT 'USER';
|
Reference in New Issue
Block a user