jws-backend/prisma/migrations/20241203032533_fix_typo/migration.sql

10 lines
290 B
MySQL
Raw Normal View History

2024-12-03 10:26:18 +07:00
/*
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;