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,8 @@
-- CreateTable
CREATE TABLE "Application" (
"id" SERIAL NOT NULL,
"name" TEXT NOT NULL,
"domain" TEXT NOT NULL,
CONSTRAINT "Application_pkey" PRIMARY KEY ("id")
);