mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-09-08 22:05:33 -04:00
goodbye planetscale 🪦 hello turso 👋
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
-- CreateTable
|
||||
CREATE TABLE "hits" (
|
||||
"slug" TEXT NOT NULL PRIMARY KEY,
|
||||
"hits" INTEGER NOT NULL DEFAULT 1
|
||||
);
|
||||
Reference in New Issue
Block a user