Fix missing interval mapping

pull/356/head
Jack Christensen 2017-11-17 09:37:22 -06:00
parent 546a1e8ecf
commit 5785eea828
1 changed files with 1 additions and 0 deletions

View File

@ -246,6 +246,7 @@ func init() {
"int4range": &Int4range{},
"int8": &Int8{},
"int8range": &Int8range{},
"interval": &Interval{},
"json": &JSON{},
"jsonb": &JSONB{},
"line": &Line{},