Dev 1.5.0 #159

Merged
LukeGus merged 28 commits from dev-1.5.0 into main 2025-09-03 05:14:50 +00:00
Showing only changes of commit d55e98b8fd - Show all commits

View File

@@ -411,8 +411,7 @@ const migrateSchema = () => {
addColumnIfNotExists('users', 'identifier_path', 'TEXT');
addColumnIfNotExists('users', 'name_path', 'TEXT');
addColumnIfNotExists('users', 'scopes', 'TEXT');
// Add TOTP columns
addColumnIfNotExists('users', 'totp_secret', 'TEXT');
addColumnIfNotExists('users', 'totp_enabled', 'INTEGER NOT NULL DEFAULT 0');
addColumnIfNotExists('users', 'totp_backup_codes', 'TEXT');