kidshift-be/prisma/migrations/20240618033834_nullable_1/migration.sql

4 lines
112 B
MySQL
Raw Normal View History

2024-06-18 03:38:57 +00:00
-- AlterTable
ALTER TABLE "Task" ALTER COLUMN "iconEmoji" DROP NOT NULL,
ALTER COLUMN "bg_color" DROP NOT NULL;