We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 754ec52 commit 4860ddfCopy full SHA for 4860ddf
mautrix/crypto/store/asyncpg/upgrade.py
@@ -310,7 +310,7 @@ async def upgrade_v9_postgres(conn: Connection) -> None:
310
311
await conn.execute(
312
"ALTER TABLE crypto_megolm_outbound_session ALTER COLUMN max_age TYPE BIGINT "
313
- "USING (EXTRACT(EPOCH from max_age)*1000)::int"
+ "USING (EXTRACT(EPOCH from max_age)*1000)::bigint"
314
)
315
316
0 commit comments