added vendors table
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
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;
|
||||
Reference in New Issue
Block a user