Preferred language for the user

This commit is contained in:
2026-03-12 20:48:06 +02:00
parent fa8f9e4497
commit bdec75b6d4
13 changed files with 148 additions and 27 deletions

View File

@@ -16,7 +16,8 @@ CREATE TABLE IF NOT EXISTS Users (
password TEXT NOT NULL,
added TEXT NOT NULL,
lastUpdated TEXT NOT NULL,
displayName TEXT NOT NULL DEFAULT ''
displayName TEXT NOT NULL DEFAULT '',
preferredLanguage TEXT NOT NULL DEFAULT 'fi'
);
CREATE TABLE IF NOT EXISTS UserRoles (