Skip to content
Snippets Groups Projects
Commit 43efafa7 authored by Danis Kirasirov's avatar Danis Kirasirov
Browse files

add disable_archive field

parent 0f6b6f4e
No related branches found
No related tags found
1 merge request!55Добавлено поле "Без архива" в proto-сигнатуру Collection
...@@ -38,6 +38,9 @@ message Collection { ...@@ -38,6 +38,9 @@ message Collection {
string schema = 7; string schema = 7;
bool hidden = 13; bool hidden = 13;
// Коллекция без архива. Включение опции приведет к удалению всех записей в архиве, а функция архивирования станет недоступна
optional bool disable_archive = 15;
message View { message View {
string space_id = 1; string space_id = 1;
string env_id = 2; string env_id = 2;
......
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