diff options
author | Kegan Dougal <kegan@matrix.org> | 2015-01-28 11:59:38 +0000 |
---|---|---|
committer | Kegan Dougal <kegan@matrix.org> | 2015-01-28 11:59:38 +0000 |
commit | 42876969b99b6bad146b44a734e8d4a1a14d6835 (patch) | |
tree | 684c4a5fb105265b8064ab60fdd94d009675e3ce /synapse/storage/__init__.py | |
parent | Remove unused import (diff) | |
download | synapse-42876969b99b6bad146b44a734e8d4a1a14d6835.tar.xz |
Add basic application_services SQL, and hook up parts of the appservice store to read from it.
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 9431c1a32d..e86b981b47 100644 --- a/synapse/storage/__init__.py +++ b/synapse/storage/__init__.py @@ -62,6 +62,7 @@ SCHEMAS = [ "event_edges", "event_signatures", "media_repository", + "application_services" ] |