Skip to content

Commit

Permalink
Fix missing string array import
Browse files Browse the repository at this point in the history
  • Loading branch information
nullbio authored and aarondl committed Dec 28, 2016
1 parent 874efb1 commit 94a6604
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions imports.go
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,9 @@ var importsBasedOnType = map[string]imports{
"types.BoolArray": {
thirdParty: importList{`"github.com/vattle/sqlboiler/types"`},
},
"types.StringArray": {
thirdParty: importList{`"github.com/vattle/sqlboiler/types"`},
},
"types.Hstore": {
thirdParty: importList{`"github.com/vattle/sqlboiler/types"`},
},
Expand Down

0 comments on commit 94a6604

Please sign in to comment.