DocSpace-client/common/ASC.Data.Storage/protos/MigrationCache.proto

15 lines
194 B
Protocol Buffer
Raw Normal View History

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