/* 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";