From ff3be165e85df757fb0c3317f21142cfc7a408e1 Mon Sep 17 00:00:00 2001 From: Nikitin Aleksandr Date: Wed, 3 Apr 2024 09:52:01 +0300 Subject: [PATCH] =?UTF-8?q?=D1=81=D0=B4=D0=B5=D0=BB=D0=B0=D0=BB=20Read=5Fc?= =?UTF-8?q?tx(ctx=20context.Context,=20db=20*gorm.DB,=20m=20*calendars.Cal?= =?UTF-8?q?endar)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/create_files/db_crud_tables/db_crud_tables.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/create_files/db_crud_tables/db_crud_tables.go b/internal/create_files/db_crud_tables/db_crud_tables.go index a495821..1d8c2cf 100644 --- a/internal/create_files/db_crud_tables/db_crud_tables.go +++ b/internal/create_files/db_crud_tables/db_crud_tables.go @@ -562,7 +562,7 @@ func CreateFilesUpdateEveryColumn(Table1 *types.Table) error { } //переименование функций - TextCrud = RenameFunctions(TextCrud, Table1) + //TextCrud = RenameFunctions(TextCrud, Table1) //удаление пустого импорта TextCrud = create_files.DeleteEmptyImport(TextCrud)