mirror of
https://github.com/aykhans/slash-e.git
synced 2025-06-15 20:37:49 +00:00
feat: migrate part of shortcut store to v1
This commit is contained in:
@ -7,7 +7,7 @@ option go_package = "gen/api/v2";
|
||||
enum RowStatus {
|
||||
ROW_STATUS_UNSPECIFIED = 0;
|
||||
|
||||
ACTIVE = 1;
|
||||
NORMAL = 1;
|
||||
|
||||
ARCHIVED = 2;
|
||||
}
|
||||
|
Reference in New Issue
Block a user