Skip to content
Snippets Groups Projects
Commit ef1b8bcf authored by Pavel Antonov's avatar Pavel Antonov :asterisk:
Browse files

Merge branch 'feature/PRXS-1203-PublishedArchivedAtByDelete' into 'master'

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

See merge request !9
parents e0c174cd 37eb7047
No related branches found
No related tags found
1 merge request!9Удалены поля PublishedAt/By, ArchivedAt/By из Item
...@@ -66,10 +66,6 @@ message Item { ...@@ -66,10 +66,6 @@ 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;
google.protobuf.Timestamp published_at = 14;
string published_by = 15;
google.protobuf.Timestamp archived_at = 16;
string archived_by = 17;
string locale = 18; string locale = 18;
bool deleted = 19; bool deleted = 19;
bool hidden = 20; bool hidden = 20;
......
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