chore: db migration

This commit is contained in:
Methapon2001 2024-04-18 13:09:14 +07:00
parent d4cfd138d9
commit b3277c8560
4 changed files with 32 additions and 11 deletions

View file

@ -0,0 +1,8 @@
/*
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;