Skip to content

Commit

Permalink
remove unused index
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanchristo committed Jul 2, 2022
1 parent e5ee923 commit 73aeb6e
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 74 deletions.
19 changes: 3 additions & 16 deletions api/regen/data/v1/state.cosmos_orm.go

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

53 changes: 26 additions & 27 deletions api/regen/data/v1/state.pulsar.go

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

3 changes: 1 addition & 2 deletions proto/regen/data/v1/state.proto
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ message Resolver {
id : 4
primary_key : {fields : "id", auto_increment : true}
index : {id : 1, fields : "url"}
index : {id : 2, fields : "manager"}
index : {id : 3, fields : "url,manager", unique: true}
index : {id : 2, fields : "url,manager", unique: true}
};

// id is the ID of the resolver.
Expand Down
58 changes: 29 additions & 29 deletions x/data/state.pb.go

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

0 comments on commit 73aeb6e

Please sign in to comment.