Reorganise the database schema directories (#9932)

The hope here is that by moving all the schema files into synapse/storage/schema, it gets a bit easier for newcomers to navigate.

It certainly got easier for me to write a helpful README. There's more to do on that front, but I'll follow up with other PRs for that.
This commit is contained in:
Richard van der Hoff 2021-05-07 10:22:05 +01:00 committed by GitHub
parent 8771b1337d
commit 25f43faa70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
284 changed files with 81 additions and 47 deletions

View file

@ -47,10 +47,8 @@ class CleanupExtremBackgroundUpdateStoreTestCase(HomeserverTestCase):
)
schema_path = os.path.join(
prepare_database.dir_path,
"databases",
prepare_database.schema_path,
"main",
"schema",
"delta",
"54",
"delete_forward_extremities.sql",