diff --git a/prisma/migrations/20241203032533_fix_typo/migration.sql b/prisma/migrations/20241203032533_fix_typo/migration.sql new file mode 100644 index 0000000..542fd54 --- /dev/null +++ b/prisma/migrations/20241203032533_fix_typo/migration.sql @@ -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;