summary refs log tree commit diff
path: root/synapse/storage/__init__.py
diff options
context:
space:
mode:
authorPaul "LeoNerd" Evans <paul@matrix.org>2015-01-27 18:46:03 +0000
committerPaul "LeoNerd" Evans <paul@matrix.org>2015-01-27 18:46:03 +0000
commit06cc1470129d443f71bfc81ba716f63b9505467d (patch)
tree48a551ad093909d2544ed1459900ab74c6148d75 /synapse/storage/__init__.py
parentMore unit-testing of REST errors (diff)
downloadsynapse-06cc1470129d443f71bfc81ba716f63b9505467d.tar.xz
Initial stab at real SQL storage implementation of user filter definitions
Diffstat (limited to 'synapse/storage/__init__.py')
-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 efa63031bd..7c5631d014 100644
--- a/synapse/storage/__init__.py
+++ b/synapse/storage/__init__.py
@@ -61,6 +61,7 @@ SCHEMAS = [
     "event_edges",
     "event_signatures",
     "media_repository",
+    "filtering",
 ]