yandex code
This commit is contained in:
@@ -15,6 +15,12 @@ class Mongo:
|
||||
self.users_collection.create_index([
|
||||
("chat_id", 1)
|
||||
])
|
||||
self.users_collection.create_index([
|
||||
("yandex_id", 1)
|
||||
])
|
||||
self.users_collection.create_index([
|
||||
("yandex_code", 1)
|
||||
])
|
||||
self.users_collection.create_index([
|
||||
("notify_minutes", 1)
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user