DocSpace-buildtools/common/ASC.Data.Storage/protos/migration_cache.proto

15 lines
196 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
2021-10-22 16:51:51 +00:00
package ASC.Protos.Migration;
message MigrationCache {
int32 tenant_id = 1;
StorSettings stor_settings = 2;
}
2020-08-27 14:01:37 +00:00
message StorSettings {
string id = 1;
string module = 2;
}