Files
wedding-planner/prisma/migrations/20260127163906_vendor_address_optional/migration.sql
2026-01-27 12:23:59 -05:00

10 lines
230 B
SQL

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