mafap/server/prisma/migrations/20230403185404_make_datetime_start_nullable/migration.sql

3 lines
70 B
MySQL
Raw Normal View History

2023-04-03 15:04:32 -04:00
-- AlterTable
ALTER TABLE "Timer" ALTER COLUMN "start" DROP NOT NULL;