diff options
author | Paul "LeoNerd" Evans <paul@matrix.org> | 2015-01-27 18:46:03 +0000 |
---|---|---|
committer | Paul "LeoNerd" Evans <paul@matrix.org> | 2015-01-27 18:46:03 +0000 |
commit | 06cc1470129d443f71bfc81ba716f63b9505467d (patch) | |
tree | 48a551ad093909d2544ed1459900ab74c6148d75 /synapse/storage/__init__.py | |
parent | More unit-testing of REST errors (diff) | |
download | synapse-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__.py | 1 |
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", ] |