oops i forgot to commit as I go again

This commit is contained in:
2025-01-24 17:18:04 -06:00
parent a09e8245c0
commit 567aa4cb71
35 changed files with 1455 additions and 37 deletions
@@ -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");