fix: изменен пайплайн конфигов во избежания ошибок в работе

This commit is contained in:
2026-04-20 19:10:30 +03:00
parent ac75ab08c2
commit 788541ab2b
5 changed files with 13 additions and 14 deletions

View File

@@ -5,7 +5,8 @@
make_db_connection = function(scheme, where = "") {
if (getOption("APP.DEBUG", FALSE)) message("=== DB CONNECT ", where)
DBI::dbConnect(RSQLite::SQLite(), fs::path(
config::get("form_db_path"),
config::get("form_app_configure_path"),
"db",
scheme,
ext = "sqlite"
))