Skip to content

Commit

Permalink
chore: update pg_types for postgres 12
Browse files Browse the repository at this point in the history
  • Loading branch information
mmkal committed Mar 2, 2020
1 parent 359d81f commit 8674e78
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/demo/src/generated/db/_pg_types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export const _pg_types = {
cstring: 'cstring',
date: 'date',
daterange: 'daterange',
direction: 'direction',
event_trigger: 'event_trigger',
fdw_handler: 'fdw_handler',
float4: 'float4',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export const _pg_types = {
cstring: 'cstring',
date: 'date',
daterange: 'daterange',
direction: 'direction',
event_trigger: 'event_trigger',
fdw_handler: 'fdw_handler',
float4: 'float4',
Expand Down
1 change: 1 addition & 0 deletions packages/typegen/test/generated/with-date/_pg_types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export const _pg_types = {
cstring: 'cstring',
date: 'date',
daterange: 'daterange',
direction: 'direction',
event_trigger: 'event_trigger',
fdw_handler: 'fdw_handler',
float4: 'float4',
Expand Down

0 comments on commit 8674e78

Please sign in to comment.