Skip to content

Commit

Permalink
Merge pull request #121 from gsainfoteam/97-ksh
Browse files Browse the repository at this point in the history
publishedAt not null
  • Loading branch information
kshmaker authored Nov 12, 2024
2 parents e0c5666 + c23f4a1 commit af8915c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions prisma/migrations/20241112151511_published_at/migration.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/*
Warnings:
- Made the column `published_at` on table `notice` required. This step will fail if there are existing NULL values in that column.
*/
-- AlterTable
ALTER TABLE "notice" ALTER COLUMN "published_at" SET NOT NULL;

0 comments on commit af8915c

Please sign in to comment.