1
0
mirror of https://github.com/ManyakRus/crud_generator.git synced 2025-01-03 01:22:21 +02:00

сделал Read_ctx(ctx context.Context, db *gorm.DB, m *calendars.Calendar)

This commit is contained in:
Nikitin Aleksandr 2024-04-03 09:52:01 +03:00
parent 751fe99d6e
commit ff3be165e8

View File

@ -562,7 +562,7 @@ func CreateFilesUpdateEveryColumn(Table1 *types.Table) error {
} }
//переименование функций //переименование функций
TextCrud = RenameFunctions(TextCrud, Table1) //TextCrud = RenameFunctions(TextCrud, Table1)
//удаление пустого импорта //удаление пустого импорта
TextCrud = create_files.DeleteEmptyImport(TextCrud) TextCrud = create_files.DeleteEmptyImport(TextCrud)