fix: логинг отключен + фикс в функции сравнении таблиц
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user