mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-19 22:35:32 -04:00
use standard email/SMTP for contact form instead of airtable API
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
-- CreateTable
|
||||
CREATE TABLE "hits" (
|
||||
"slug" VARCHAR(128) NOT NULL,
|
||||
"hits" INTEGER NOT NULL DEFAULT 1,
|
||||
|
||||
CONSTRAINT "hits_pkey" PRIMARY KEY ("slug")
|
||||
);
|
@@ -1,3 +0,0 @@
|
||||
# Please do not edit this file manually
|
||||
# It should be added in your version-control system (i.e. Git)
|
||||
provider = "postgresql"
|
Reference in New Issue
Block a user