mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-03 01:41:44 +00:00
(no commit message provided)
This commit is contained in:
committed by
Prad Nukala (aider)
parent
24db9de0ad
commit
2923b8866b
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user