added migrations folder to git-project to sync resolved migrations
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
/*
|
||||
Warnings:
|
||||
|
||||
- You are about to drop the column `completetionWorkflowFinished` on the `Participant` table. All the data in the column will be lost.
|
||||
- You are about to drop the column `inscriptionWorkflowCompleted` on the `Participant` table. All the data in the column will be lost.
|
||||
|
||||
*/
|
||||
-- AlterTable
|
||||
ALTER TABLE "Participant" DROP COLUMN "completetionWorkflowFinished",
|
||||
DROP COLUMN "inscriptionWorkflowCompleted";
|
||||
Reference in New Issue
Block a user