Merge branch 'env-var-subsitution' of https://github.com/auguwu/zer0bin into env-var-subsitution

This commit is contained in:
Noel 2022-05-15 18:49:22 -07:00
commit 6e8e2b119a
No known key found for this signature in database
GPG Key ID: 63182D5FE7A237C9
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@ CREATE TABLE IF NOT EXISTS pastes (
"id" TEXT PRIMARY KEY,
"content" TEXT NOT NULL,
"views" BIGINT DEFAULT 0,
"single_view" BOOLEAN DEFAULT false,
"expires_at" TIMESTAMP WITHOUT TIME ZONE,
"created_at" TIMESTAMP WITHOUT TIME ZONE DEFAULT(NOW() AT TIME ZONE 'utc')
);