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

15 lines
187 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
package ASC.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;
}