Skip to content

Commit a032f8a

Browse files
committed
remove sqlc type alias
1 parent 9418abd commit a032f8a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

coderd/database/sqlc.yaml

-7
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,6 @@ overrides:
2727
- column: "template_with_users.group_acl"
2828
go_type:
2929
type: "TemplateACL"
30-
# Type alias to allow batch inserts of timestamptz[] arrays containing
31-
# nullable values.
32-
- db_type: "nulltimestamptz"
33-
engine: "postgresql"
34-
go_type:
35-
import: "database/sql"
36-
type: "NullTime"
3730
rename:
3831
template: TemplateTable
3932
template_with_user: Template

0 commit comments

Comments
 (0)