summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2021-05-07 14:01:57 +0100
committerGitHub <noreply@github.com>2021-05-07 14:01:57 +0100
commit765473567cd7e9520bdb9f85491bb5fe719c360b (patch)
treef288be8fc6968eb9d7daca29fc3a192b33c71bcc /changelog.d
parentMerge remote-tracking branch 'origin/release-v1.33.2' into develop (diff)
downloadsynapse-765473567cd7e9520bdb9f85491bb5fe719c360b.tar.xz
Fix make_full_schema to create the db with the right options and user (#9931)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/9931.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9931.misc b/changelog.d/9931.misc
new file mode 100644
index 0000000000..326adc7f3c
--- /dev/null
+++ b/changelog.d/9931.misc
@@ -0,0 +1 @@
+Minor fixes to the `make_full_schema.sh` script.