mirror of
https://github.com/Noratrieb/oh-oh.git
synced 2026-01-17 02:15:05 +01:00
oidc stuff
This commit is contained in:
parent
4d7a2be572
commit
30c49c3795
12 changed files with 538 additions and 6 deletions
|
|
@ -2,6 +2,6 @@ CREATE TABLE IF NOT EXISTS users (
|
|||
id INTEGER PRIMARY KEY AUTOINCREMENT, -- ensure no IDs are reused
|
||||
username TEXT NOT NULL UNIQUE,
|
||||
password TEXT NOT NULL
|
||||
);
|
||||
) STRICT;
|
||||
|
||||
CREATE INDEX users_username ON users(username);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue