summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorJeyachandran Rathnam <jai.rathnem@gmail.com>2022-12-22 13:26:37 -0500
committerGitHub <noreply@github.com>2022-12-22 13:26:37 -0500
commit5c9be9c76021ac54f425f10e8f935532d3197de5 (patch)
tree24c6c0cd7f91dfc9bb28900b4e79bc11be697e77 /changelog.d
parentUpdate docs about ruff vs. flake8. (diff)
downloadsynapse-5c9be9c76021ac54f425f10e8f935532d3197de5.tar.xz
Check sqlite database file exists before porting. (#14692)
To avoid creating an empty SQLite file if the given path
is incorrect.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/14692.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14692.misc b/changelog.d/14692.misc
new file mode 100644
index 0000000000..0edac253b7
--- /dev/null
+++ b/changelog.d/14692.misc
@@ -0,0 +1 @@
+Check that the SQLite database file exists before porting to PostgreSQL.
\ No newline at end of file