Fix singularization of record names
We want singular names.
This commit is contained in:
parent
406adc2af2
commit
c68313cbc2
|
@ -12,7 +12,11 @@
|
|||
|
||||
"SwiftMapping": {
|
||||
"databaseTypeName": "Northwind",
|
||||
"singularizeRecordNames": true
|
||||
"recordTypeNames": {
|
||||
"singularize" : true,
|
||||
"capitalize" : true,
|
||||
"camelCase" : true
|
||||
}
|
||||
},
|
||||
|
||||
"CodeGeneration": {
|
||||
|
|
Loading…
Reference in New Issue