summary refs log tree commit diff
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-01-30 14:57:53 +0000
committerErik Johnston <erik@matrix.org>2015-01-30 14:57:53 +0000
commit4f7fe63b6df891c196698b9d896ca7893c7a8a8e (patch)
tree3aaf55d7b11ba26a8dd5b65801da863b4f963109
parentMerge branch 'develop' of github.com:matrix-org/synapse into rejections_storage (diff)
downloadsynapse-4f7fe63b6df891c196698b9d896ca7893c7a8a8e.tar.xz
Remember to add schema file to list
-rw-r--r--synapse/storage/__init__.py1
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", ]