(no commit message provided)

This commit is contained in:
Prad Nukala
2024-08-10 17:01:14 -04:00
committed by Prad Nukala (aider)
parent 24db9de0ad
commit 2923b8866b
23 changed files with 9499 additions and 1677 deletions
+3 -3
View File
@@ -12,7 +12,7 @@ message Aliases {
option (cosmos.orm.v1.table) = {
id: 1
primary_key: {fields: "id"}
index: { id: 1, fields: "handle", unique: true }
index: { id: 1, fields: "subject", unique: true }
};
// The unique identifier of the alias
@@ -21,8 +21,8 @@ message Aliases {
// Origin is the Alias provider
string origin = 2;
// Handle is the user defined alias
string handle = 3;
// Subject is the user defined alias
string subject = 3;
// Controller of the alias
string controller = 4;