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

Удалены поля PublishedAt/By, ArchivedAt/By из Item

parent e0c174cd
No related branches found
No related tags found
1 merge request!9Удалены поля PublishedAt/By, ArchivedAt/By из Item
......@@ -66,15 +66,11 @@ message Item {
google.protobuf.Struct data = 11;
map<string, google.protobuf.Struct> translations = 12;
string revision_id = 13;
google.protobuf.Timestamp published_at = 14;
string published_by = 15;
google.protobuf.Timestamp archived_at = 16;
string archived_by = 17;
string locale = 18;
bool deleted = 19;
bool hidden = 20;
bool template = 21;
Permissions permissions = 22;
string locale = 14;
bool deleted = 15;
bool hidden = 16;
bool template = 17;
Permissions permissions = 18;
}
/**
......
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