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/schema | |
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/schema')
-rw-r--r-- | synapse/storage/schema/application_services.sql | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/synapse/storage/schema/application_services.sql b/synapse/storage/schema/application_services.sql new file mode 100644 |