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
......@@ -66,11 +66,11 @@ message Item {
google.protobuf.Struct data = 11;
map<string, google.protobuf.Struct> translations = 12;
string revision_id = 13;
string locale = 14;
bool deleted = 15;
bool hidden = 16;
bool template = 17;
Permissions permissions = 18;
string locale = 18;
bool deleted = 19;
bool hidden = 20;
bool template = 21;
Permissions permissions = 22;
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment