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 {
3434 OutputBatchFileName string `json:"output_batch_file_name,omitempty" yaml:"output_batch_file_name"`
3535 OutputDbFileName string `json:"output_db_file_name,omitempty" yaml:"output_db_file_name"`
3636 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 "`
3838 OutputCopyfromFileName string `json:"output_copyfrom_file_name,omitempty" yaml:"output_copyfrom_file_name"`
3939 OutputFilesSuffix string `json:"output_files_suffix,omitempty" yaml:"output_files_suffix"`
4040 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