mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
refactor: retire memo uid
This commit is contained in:
@@ -124,13 +124,12 @@ enum Visibility {
|
||||
}
|
||||
|
||||
message Memo {
|
||||
reserved 2;
|
||||
|
||||
// The name of the memo.
|
||||
// Format: memos/{memo}, memo is the user defined id or uuid.
|
||||
string name = 1 [(google.api.field_behavior) = OUTPUT_ONLY];
|
||||
|
||||
// The system generated unique id. Auto-incremented.
|
||||
int32 uid = 2 [(google.api.field_behavior) = OUTPUT_ONLY];
|
||||
|
||||
State state = 3;
|
||||
|
||||
// The name of the creator.
|
||||
|
Reference in New Issue
Block a user