From ade58fb80c070d1954672345f82bc23478ef189e Mon Sep 17 00:00:00 2001 From: Nikitin Aleksandr Date: Mon, 9 Dec 2024 13:52:59 +0300 Subject: [PATCH] =?UTF-8?q?=D1=81=D0=B4=D0=B5=D0=BB=D0=B0=D0=BB=20crud=5Fs?= =?UTF-8?q?tarter=5Ftables?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/templates/configs_/settings.txt | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/bin/templates/configs_/settings.txt b/bin/templates/configs_/settings.txt index 526f980..1577fb4 100644 --- a/bin/templates/configs_/settings.txt +++ b/bin/templates/configs_/settings.txt @@ -32,6 +32,13 @@ NEED_USE_DB_VIEWS=false #---------------------Template settings--------------------- +#NEED_CREATE_MODEL_STRUCT - fill "true" if you want create model files with golang struct with all database fields +NEED_CREATE_MODEL_STRUCT=true + +#NEED_CREATE_MANUAL_FILES - fill "true" if you want create "_manual.go" files, intended for user manual changes +NEED_CREATE_MANUAL_FILES=true + + #SERVICE_REPOSITORY_URL - URL of your new service repository (Github, gitlab, etc.) SERVICE_REPOSITORY_URL="gitlab.aescorp.ru/dsp_dev/claim/crud_service" @@ -124,12 +131,6 @@ TEMPLATE_EXTERNAL_PROTO_FILENAME=/home/user/GolandProjects/!sanek/sync_service/a #---------------------Create files settings--------------------- -#NEED_CREATE_MODEL_STRUCT - fill "true" if you want create model files with golang struct with all database fields -NEED_CREATE_MODEL_STRUCT=true - -#NEED_CREATE_MANUAL_FILES - fill "true" if you want create "_manual.go" files, intended for user manual changes -NEED_CREATE_MANUAL_FILES=true - #NEED_CREATE_CRUD - fill "true" if you want create crud operations files NEED_CREATE_CRUD=true