jws-backend/prisma/migrations/20241203032533_fix_typo/migration.sql
2024-12-03 10:26:18 +07:00

9 lines
290 B
SQL

/*
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;