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

@@ -117,6 +117,7 @@ compare_existing_table_with_schema <- function(
main_key <- schm$get_main_key_id
key_id <- schm$get_key_id(table_name)
forms_ids <- schm$get_forms_ids(table_name)
forms_id_type_list <- schm$get_id_type_list(table_name)
if (table_name == "main") {
all_ids_from_schema <- c(main_key, forms_ids)