all repos — flounder @ f50d7f740a289f11f6c27fb803863e74f90f56c6

A small site builder for the Gemini protocol

remove  schema sql
alex wennerberg alex@alexwennerberg.com
Sun, 25 Oct 2020 20:13:27 -0700
commit

f50d7f740a289f11f6c27fb803863e74f90f56c6

parent

e806ee97af47b96ed240b2c4ff0e20ee99eb4640

1 files changed, 0 insertions(+), 12 deletions(-)

jump to
D schema.sql

@@ -1,12 +0,0 @@

-CREATE TABLE user ( - id INTEGER PRIMARY KEY NOT NULL, - username TEXT NOT NULL UNIQUE, - email TEXT NOT NULL UNIQUE, - password_hash TEXT NOT NULL, - approved boolean NOT NULL DEFAULT false, - created_at INTEGER DEFAULT (strftime('%s', 'now')) -); - -CREATE TABLE cookie_key ( - value TEXT NOT NULL; -);