mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-21 07:21:17 -04:00
point prisma to vercel postgres
This commit is contained in:
7
prisma/migrations/20230618005755_init/migration.sql
Normal file
7
prisma/migrations/20230618005755_init/migration.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
-- CreateTable
|
||||
CREATE TABLE "hits" (
|
||||
"slug" VARCHAR(128) NOT NULL,
|
||||
"hits" INTEGER NOT NULL DEFAULT 1,
|
||||
|
||||
CONSTRAINT "hits_pkey" PRIMARY KEY ("slug")
|
||||
);
|
Reference in New Issue
Block a user