diff options
author | Erik Johnston <erik@matrix.org> | 2015-10-13 11:41:04 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-10-13 11:43:43 +0100 |
commit | ec398af41c4d276abb02279efbcbb0aa08a4cbc8 (patch) | |
tree | fa6dc255b20b422b6c724d36852317a6ec095a9b /synapse/storage/engines/postgres.py | |
parent | Split out the schema preparation and update logic into its own module (diff) | |
download | synapse-ec398af41c4d276abb02279efbcbb0aa08a4cbc8.tar.xz |
Expose error more nicely
Diffstat (limited to 'synapse/storage/engines/postgres.py')
-rw-r--r-- | synapse/storage/engines/postgres.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/engines/postgres.py b/synapse/storage/engines/postgres.py index 949396044e..7e45dabf4c 100644 --- a/synapse/storage/engines/postgres.py +++ b/synapse/storage/engines/postgres.py @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -from synapse.storage._schema_prepare import prepare_database +from synapse.storage.schema_prepare import prepare_database from ._base import IncorrectDatabaseSetup |