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

Merge branch 'revert-dcb1e741' into 'master'

Revert "Merge branch 'feature/PRXS-1186-ProtoCollsTTL' into 'master'"

See merge request !8
parents dcb1e741 48ad1727
No related branches found
No related tags found
1 merge request!8Revert "Merge branch 'feature/PRXS-1186-ProtoCollsTTL' into 'master'"
...@@ -3,7 +3,6 @@ syntax = "proto3"; ...@@ -3,7 +3,6 @@ syntax = "proto3";
import "google/protobuf/empty.proto"; import "google/protobuf/empty.proto";
import "common/common.proto"; import "common/common.proto";
import "google/protobuf/timestamp.proto"; import "google/protobuf/timestamp.proto";
import "google/protobuf/duration.proto";
option go_package = "git.perx.ru/perxis/perxis-go/proto/collections;collections"; option go_package = "git.perx.ru/perxis/perxis-go/proto/collections;collections";
...@@ -26,7 +25,6 @@ message Collection { ...@@ -26,7 +25,6 @@ message Collection {
optional bool no_data = 12; optional bool no_data = 12;
string schema = 7; string schema = 7;
bool hidden = 13; bool hidden = 13;
google.protobuf.Duration ttl = 14;
message View { message View {
string space_id = 1; string space_id = 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment