oops i forgot to commit as I go again
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
/*
|
||||
Warnings:
|
||||
|
||||
- The primary key for the `App` table will be changed. If it partially fails, the table could be left without primary key constraint.
|
||||
- You are about to drop the column `id` on the `App` table. All the data in the column will be lost.
|
||||
|
||||
*/
|
||||
-- AlterTable
|
||||
ALTER TABLE "App" DROP CONSTRAINT "App_pkey",
|
||||
DROP COLUMN "id",
|
||||
ADD CONSTRAINT "App_pkey" PRIMARY KEY ("domain");
|
||||
Reference in New Issue
Block a user