readme
This commit is contained in:
parent
6a8eff14ac
commit
600206f50f
@ -1,7 +0,0 @@
|
|||||||
CREATE TABLE "users" (
|
|
||||||
"id" INTEGER PRIMARY KEY AUTOINCREMENT,
|
|
||||||
"username" TEXT,
|
|
||||||
"password" TEXT, -- sha256 hash of the plain-text password
|
|
||||||
"salt" TEXT -- salt that is appended to the password before it is hashed
|
|
||||||
)
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user