fix: логинг отключен + фикс в функции сравнении таблиц

This commit is contained in:
2026-04-12 19:46:26 +03:00
parent b31d3f837a
commit 7db49d0000
4 changed files with 192 additions and 49 deletions

View File

@@ -59,7 +59,7 @@ init_scheme <- function(scheme_file) {
options(box.path = here::here())
box::use(
modules/db,
helpers/scheme_generator[scheme_R6]
modules/scheme_generator[scheme_R6]
)
con <- db$make_db_connection()