summary refs log tree commit diff
path: root/.buildkite/scripts/create_postgres_db.py
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2021-04-21 16:16:41 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2021-04-21 16:16:41 +0100
commit64150ac9ba4077cab2b6e97ab1dcc19229005c84 (patch)
tree793a3a3d3cb425f5f30deb68569be7dfa7594307 /.buildkite/scripts/create_postgres_db.py
parentMerge commit '63593134a' into anoa/dinsic_release_1_31_0 (diff)
parentFix "Starting metrics collection from sentinel context" errors (#9053) (diff)
downloadsynapse-64150ac9ba4077cab2b6e97ab1dcc19229005c84.tar.xz
Merge commit 'a03d71dc9' into anoa/dinsic_release_1_31_0
Diffstat (limited to '.buildkite/scripts/create_postgres_db.py')
-rwxr-xr-x.buildkite/scripts/create_postgres_db.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/.buildkite/scripts/create_postgres_db.py b/.buildkite/scripts/create_postgres_db.py

index df6082b0ac..956339de5c 100755 --- a/.buildkite/scripts/create_postgres_db.py +++ b/.buildkite/scripts/create_postgres_db.py
@@ -15,6 +15,7 @@ # limitations under the License. import logging + from synapse.storage.engines import create_engine logger = logging.getLogger("create_postgres_db")