Finalize user signin and session backend

This commit is contained in:
2025-06-21 23:02:02 +03:00
parent ece2b4f9c3
commit 0965631664
5 changed files with 207 additions and 7 deletions

View File

@@ -4,5 +4,6 @@ CREATE TABLE Players (
digest BLOB,
data BLOB,
activation_code TEXT,
new_pass_code TEXT
new_pass_code TEXT,
created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP
);