initial commit - code moved to separate repo
This commit is contained in:
9
prisma/migrations/20221218164950_fix_name/migration.sql
Normal file
9
prisma/migrations/20221218164950_fix_name/migration.sql
Normal file
@ -0,0 +1,9 @@
|
||||
/*
|
||||
Warnings:
|
||||
|
||||
- You are about to drop the column `isTentaive` on the `Assignment` table. All the data in the column will be lost.
|
||||
|
||||
*/
|
||||
-- AlterTable
|
||||
ALTER TABLE `Assignment` DROP COLUMN `isTentaive`,
|
||||
ADD COLUMN `isTentative` BOOLEAN NOT NULL DEFAULT false;
|
Reference in New Issue
Block a user