feat: allow multiple macaroons with the same id

This commit is contained in:
Prad Nukala
2024-10-02 01:44:30 -04:00
parent edb109b542
commit 52b9f60261
3 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ message Grant {
message Macaroon {
option (cosmos.orm.v1.table) = {
id: 1
id: 2
primary_key: {
fields: "id"
auto_increment: true