jws-backend/prisma/migrations/20240418060739_remove_optional_hq_tel/migration.sql
2024-04-18 13:09:14 +07:00

8 lines
228 B
SQL

/*
Warnings:
- Made the column `telephoneHq` on table `Branch` required. This step will fail if there are existing NULL values in that column.
*/
-- AlterTable
ALTER TABLE "Branch" ALTER COLUMN "telephoneHq" SET NOT NULL;