Skip to content

Commit

Permalink
Fix types
Browse files Browse the repository at this point in the history
Closes #15
Thanks @tc287
  • Loading branch information
dim13 committed Jun 17, 2021
1 parent 4640332 commit 6ce98b4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
26 changes: 13 additions & 13 deletions migration/migration.pb.go

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

8 changes: 4 additions & 4 deletions migration/migration.proto
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ message Payload {
uint64 counter = 7;
}
repeated OtpParameters otp_parameters = 1;
uint32 version = 2;
uint32 batch_size = 3;
uint32 batch_index = 4;
uint32 batch_id = 5;
int32 version = 2;
int32 batch_size = 3;
int32 batch_index = 4;
int32 batch_id = 5;
}

0 comments on commit 6ce98b4

Please sign in to comment.