chore: migration

This commit is contained in:
Methapon2001 2024-12-03 10:26:18 +07:00
parent 47da893e5e
commit 66aa3b1641

View 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;