jws-backend/prisma/migrations/20240417041541_move_field/migration.sql
2024-04-17 11:22:16 +07:00

11 lines
267 B
SQL

/*
Warnings:
- You are about to drop the column `lineId` on the `BranchContact` table. All the data in the column will be lost.
*/
-- AlterTable
ALTER TABLE "Branch" ADD COLUMN "lineId" TEXT;
-- AlterTable
ALTER TABLE "BranchContact" DROP COLUMN "lineId";