File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
internal/codegen/golang/opts Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ type Options struct {
34
34
OutputBatchFileName string `json:"output_batch_file_name,omitempty" yaml:"output_batch_file_name"`
35
35
OutputDbFileName string `json:"output_db_file_name,omitempty" yaml:"output_db_file_name"`
36
36
OutputModelsFileName string `json:"output_models_file_name,omitempty" yaml:"output_models_file_name"`
37
- OutputQuerierFileName string `json:"output_querier_file_name,omitempty" yaml:"output_queries_file_name "`
37
+ OutputQuerierFileName string `json:"output_querier_file_name,omitempty" yaml:"output_querier_file_name "`
38
38
OutputCopyfromFileName string `json:"output_copyfrom_file_name,omitempty" yaml:"output_copyfrom_file_name"`
39
39
OutputFilesSuffix string `json:"output_files_suffix,omitempty" yaml:"output_files_suffix"`
40
40
InflectionExcludeTableNames []string `json:"inflection_exclude_table_names,omitempty" yaml:"inflection_exclude_table_names"`
You can’t perform that action at this time.
0 commit comments