Пример #1
0
 private void InitPingStorage()
 {
     Pings.EnsureIndex("Guild");
     Links.EnsureIndex("PingId");
     Links.EnsureIndex("Guild");
     Links.EnsureIndex("User");
     Actions.EnsureIndex("PingId");
     Actions.EnsureIndex("LinkId");
     Actions.EnsureIndex("Guild");
     Actions.EnsureIndex("User");
 }