added migrations folder to git-project to sync resolved migrations
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
/*
|
||||
Warnings:
|
||||
|
||||
- Made the column `missionKeywordCategory` on table `Mission` required. This step will fail if there are existing NULL values in that column.
|
||||
|
||||
*/
|
||||
-- AlterTable
|
||||
ALTER TABLE "Mission" ALTER COLUMN "missionKeywordCategory" SET NOT NULL;
|
||||
Reference in New Issue
Block a user