diff --git a/proto/items/items.proto b/proto/items/items.proto index 2ef5ad9e2a303aff8df41c5de5da67e7ac916263..9ab01fe0c9b3ea6c132a879709cfb2d483770c79 100644 --- a/proto/items/items.proto +++ b/proto/items/items.proto @@ -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;