Skip to content

Commit

Permalink
remove unused structs
Browse files Browse the repository at this point in the history
  • Loading branch information
mariajdab authored and p4u committed Oct 27, 2023
1 parent da422da commit e223f03
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 42 deletions.
42 changes: 0 additions & 42 deletions vochain/indexer/db/models.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions vochain/indexer/sqlc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ sql:
package: "indexerdb"
out: "db"
emit_prepared_queries: true
omit_unused_structs: true
overrides:
# Defaults to int32 for integers, which is a bit small.
- db_type: "int"
Expand Down

0 comments on commit e223f03

Please sign in to comment.