Skip to content

Commit 717120c

Browse files
mateoradmanakutschera
authored andcommitted
Fix a typo in config.md (sqlc-dev#1876)
"timestampz" -> "timestamptz"
1 parent 031db5c commit 717120c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ overrides:
239239
rename:
240240
id: "Identifier"
241241
overrides:
242-
- db_type: "timestampz"
242+
- db_type: "timestamptz"
243243
nullable: true
244244
engine: "postgresql"
245245
go_type:

0 commit comments

Comments
 (0)