Skip to content
Snippets Groups Projects
Commit 37eb7047 authored by ko_oler's avatar ko_oler
Browse files

revert номеров

parent a87f6dac
No related branches found
No related tags found
1 merge request!9Удалены поля PublishedAt/By, ArchivedAt/By из Item
This commit is part of merge request !9. Comments created here will be created in the context of that merge request.
...@@ -66,11 +66,11 @@ message Item { ...@@ -66,11 +66,11 @@ message Item {
google.protobuf.Struct data = 11; google.protobuf.Struct data = 11;
map<string, google.protobuf.Struct> translations = 12; map<string, google.protobuf.Struct> translations = 12;
string revision_id = 13; string revision_id = 13;
string locale = 14; string locale = 18;
bool deleted = 15; bool deleted = 19;
bool hidden = 16; bool hidden = 20;
bool template = 17; bool template = 21;
Permissions permissions = 18; Permissions permissions = 22;
} }
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment