Skip to content
Snippets Groups Projects

Добавлена спецификация по переносу пространств между организациями

Merged Alena Petraki requested to merge feature/PRXS-768-TransferSpace into master
2 files
+ 18
15
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -3,7 +3,6 @@ syntax = "proto3";
import "google/protobuf/empty.proto";
import "common/common.proto";
import "google/protobuf/timestamp.proto";
import "google/protobuf/duration.proto";
option go_package = "git.perx.ru/perxis/perxis-go/proto/collections;collections";
@@ -26,7 +25,6 @@ message Collection {
optional bool no_data = 12;
string schema = 7;
bool hidden = 13;
google.protobuf.Duration ttl = 14;
message View {
string space_id = 1;
Loading