Minor changes to database schema

This commit is contained in:
2025-04-11 23:48:12 +02:00
parent 2ffe9c0c2b
commit 190543cd6a
2 changed files with 0 additions and 45 deletions

View File

@@ -55,6 +55,5 @@ CREATE TABLE IF NOT EXISTS refresh_tokens (
'previous' TEXT,
'user' INTEGER,
'expiry' INTEGER,
'revoked' BOOLEAN,
FOREIGN KEY ('user') REFERENCES users ('id')
);