Skip to content
Snippets Groups Projects
Commit 9d74c418 authored by ko_oler's avatar ko_oler
Browse files

revert State delete

parent 901aa975
No related branches found
No related tags found
1 merge request!27Добавлен в Spaces поле-объект StateInfo
......@@ -12,11 +12,13 @@ message Space {
string org_id = 2;
string name = 3;
string description = 4;
StateInfo state_info = 5;
// Deprecated
State state = 5;
string transfer_to_org = 6; // идентификатор организации, в которую запрошен перенос пространства
Config config = 10;
StateInfo state_info = 11;
}
enum State {
......
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