Fix names of things for templates
This commit is contained in:
parent
be189323d9
commit
4d45a03ff7
1 changed files with 3 additions and 3 deletions
|
@ -167,9 +167,9 @@ var templateFunctions = template.FuncMap{
|
|||
"whereClause": strmangle.WhereClause,
|
||||
|
||||
// Relationship text helpers
|
||||
"textsFromForeignKey": txtsFromFKey,
|
||||
"textsFromOneToOneRelationship": txtsFromOneToOne,
|
||||
"textsFromRelationship": txtsFromToMany,
|
||||
"txtsFromFKey": txtsFromFKey,
|
||||
"txtsFromOneToOne": txtsFromOneToOne,
|
||||
"txtsFromToMany": txtsFromToMany,
|
||||
|
||||
// dbdrivers ops
|
||||
"filterColumnsByDefault": bdb.FilterColumnsByDefault,
|
||||
|
|
Loading…
Reference in a new issue