diff options
author | Erik Johnston <erik@matrix.org> | 2015-01-30 14:57:53 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-01-30 14:57:53 +0000 |
commit | 4f7fe63b6df891c196698b9d896ca7893c7a8a8e (patch) | |
tree | 3aaf55d7b11ba26a8dd5b65801da863b4f963109 /synapse/storage | |
parent | Merge branch 'develop' of github.com:matrix-org/synapse into rejections_storage (diff) | |
download | synapse-4f7fe63b6df891c196698b9d896ca7893c7a8a8e.tar.xz |
Remember to add schema file to list
Diffstat (limited to 'synapse/storage')
-rw-r--r-- | synapse/storage/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/storage/__init__.py b/synapse/storage/__init__.py index f233ff2a2a..d03ee80303 100644 --- a/synapse/storage/__init__.py +++ b/synapse/storage/__init__.py @@ -70,6 +70,7 @@ SCHEMAS = [ "pusher", "media_repository", "filtering", + "rejections", ] |