Patch type for 4.3 functionality

This commit is contained in:
Emilia Allison 2025-04-09 10:59:36 -04:00 committed by Emilia
parent d95a916907
commit f06a6077f9
Signed by: emilia
GPG Key ID: 05D5D1107E5100A1
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ def set_conn_string_json(conn_string: str,
else:
proper_db_type = "Oracle"
app_settings["ConnectionStrings"] = conn_string
app_settings["ConnectionStrings"]["Cellario"] = conn_string
app_settings["DatabaseType"] = proper_db_type
with open(json_path, 'w') as f: