Skip to content

Commit 251b8fc

Browse files
committed
Fix latest schema version
1 parent 9213dd0 commit 251b8fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mautrix/crypto/store/asyncpg/upgrade.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
)
1717

1818

19-
@upgrade_table.register(description="Latest revision", upgrades_to=8)
19+
@upgrade_table.register(description="Latest revision", upgrades_to=9)
2020
async def upgrade_blank_to_latest(conn: Connection) -> None:
2121
await conn.execute(
2222
"""CREATE TABLE IF NOT EXISTS crypto_account (

0 commit comments

Comments
 (0)