Skip to content

Commit e0baf7c

Browse files
committed
Bump latest version in asyncpg crypto store
v6 is only for existing databases so it can be skipped for new ones
1 parent 933af51 commit e0baf7c

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=5)
19+
@upgrade_table.register(description="Latest revision", upgrades_to=6)
2020
async def upgrade_blank_to_v4(conn: Connection) -> None:
2121
await conn.execute(
2222
"""CREATE TABLE IF NOT EXISTS crypto_account (

0 commit comments

Comments
 (0)