You've already forked crud_generator
mirror of
https://github.com/ManyakRus/crud_generator.git
synced 2025-06-19 01:07:36 +02:00
сделал readme
This commit is contained in:
@ -93,7 +93,7 @@ func CreateAllFolders() {
|
||||
log.Info("CreateFolder() ", Filename)
|
||||
}
|
||||
|
||||
if config.Settings.NEED_CREATE_CRUD == true {
|
||||
if config.Settings.NEED_CREATE_DB == true {
|
||||
//db
|
||||
Filename = dir + config.Settings.SERVICE_NAME + micro.SeparatorFile() + config.Settings.TEMPLATE_FOLDERNAME_DB
|
||||
ok, err = micro.FileExists(Filename)
|
||||
|
Reference in New Issue
Block a user