Skip to content
Snippets Groups Projects
Commit dbcf1393 authored by Anton Sattarov's avatar Anton Sattarov :cucumber:
Browse files

Merge branch 'feature/PRXS-2600-AddCollectionDisableArchiveField' into 'master'

Добавлено поле "Без архива" в proto-сигнатуру Collection

See merge request !55
parents 0f6b6f4e 24af96d4
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;
// Коллекция без архива. Включение опции приведет к удалению всех записей в архиве, а функция архивирования станет недоступна
bool no_archive = 35;
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