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