-
- Downloads
You need to sign in or sign up before continuing.
Split out the schema preparation and update logic into its own module
Showing
- synapse/storage/__init__.py 3 additions, 375 deletionssynapse/storage/__init__.py
- synapse/storage/_schema_prepare.py 395 additions, 0 deletionssynapse/storage/_schema_prepare.py
- synapse/storage/engines/postgres.py 1 addition, 1 deletionsynapse/storage/engines/postgres.py
- synapse/storage/engines/sqlite3.py 3 additions, 1 deletionsynapse/storage/engines/sqlite3.py
synapse/storage/_schema_prepare.py
0 → 100644
Please register or sign in to comment