chore: migration
This commit is contained in:
parent
47da893e5e
commit
66aa3b1641
1 changed files with 9 additions and 0 deletions
9
prisma/migrations/20241203032533_fix_typo/migration.sql
Normal file
9
prisma/migrations/20241203032533_fix_typo/migration.sql
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
/*
|
||||||
|
Warnings:
|
||||||
|
|
||||||
|
- You are about to drop the column `resonsibleUserLocal` on the `RequestWorkStepStatus` table. All the data in the column will be lost.
|
||||||
|
|
||||||
|
*/
|
||||||
|
-- AlterTable
|
||||||
|
ALTER TABLE "RequestWorkStepStatus" DROP COLUMN "resonsibleUserLocal",
|
||||||
|
ADD COLUMN "responsibleUserLocal" BOOLEAN;
|
||||||
Loading…
Add table
Add a link
Reference in a new issue