Исправлена дедупликация задач синхронизации контакта
This commit is contained in:
@@ -175,7 +175,7 @@ async def lifespan(app: FastAPI):
|
||||
telemetry.shutdown()
|
||||
|
||||
|
||||
EXPECTED_API_DB_REVISION = "0009_chat_message_max"
|
||||
EXPECTED_API_DB_REVISION = "0010_contact_map_dedup"
|
||||
|
||||
|
||||
app = FastAPI(
|
||||
|
||||
Reference in New Issue
Block a user