Switch from SQLAlchemy to asyncpg/aiosqlite
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
from mautrix.util.async_db import UpgradeTable
|
||||
|
||||
upgrade_table = UpgradeTable()
|
||||
|
||||
from . import v01_initial_revision
|
||||
Reference in New Issue
Block a user