Skip to content
Snippets Groups Projects

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

Merged Alex Petraky requested to merge feature/PRXS-1203-PublishedArchivedAtByDelete into master
1 file
+ 5
9
Compare changes
  • Side-by-side
  • Inline
+ 0
4
@@ -66,10 +66,6 @@ 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;
Loading