mirror of
https://github.com/RoastSlav/quickdrop.git
synced 2025-12-29 18:49:58 -06:00
column mismatch between model and db
This commit is contained in:
@@ -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
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user