fix: изменен пайплайн конфигов во избежания ошибок в работе
This commit is contained in:
@@ -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"
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user