diff options
author | Erik Johnston <erik@matrix.org> | 2015-06-13 12:21:58 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-06-13 12:21:58 +0100 |
commit | 2eda996a6390dd746a4274db5b276a4388e90d70 (patch) | |
tree | 7a43ef2101f569e370f49485962a8d2862eeaad5 /synapse | |
parent | Merge branch 'release-v0.9.2' (diff) | |
download | synapse-2eda996a6390dd746a4274db5b276a4388e90d70.tar.xz |
Add a dummy.sql into delta/20 as pip isn't packinging the pushers.py
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/storage/schema/delta/20/dummy.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/storage/schema/delta/20/dummy.sql b/synapse/storage/schema/delta/20/dummy.sql new file mode 100644 index 0000000000..e0ac49d1ec --- /dev/null +++ b/synapse/storage/schema/delta/20/dummy.sql @@ -0,0 +1 @@ +SELECT 1; |