column mismatch between model and db

This commit is contained in:
Rostislav Raykov
2025-03-21 17:43:24 +02:00
parent b603cebe06
commit 82430d6c83

View File

@@ -9,7 +9,7 @@ CREATE TABLE IF NOT EXISTS application_settings_entity
app_password_enabled BOOLEAN,
app_password_hash VARCHAR(255),
admin_password_hash VARCHAR(255),
sessionLifetime BIGINT DEFAULT 30,
session_lifetime BIGINT DEFAULT 30,
is_file_list_page_enabled BOOLEAN DEFAULT TRUE
);