summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2023-02-15 13:51:37 +0000
committerGitHub <noreply@github.com>2023-02-15 13:51:37 +0000
commit39795b3a4e6af3638780601225ea78bb5fc45e0a (patch)
tree81420be95ba18c8799a785b6db25691e0c8eca8b /changelog.d
parentSupport for selecting the Redis logical database. (#15034) (diff)
downloadsynapse-39795b3a4e6af3638780601225ea78bb5fc45e0a.tar.xz
Make it easier to use DataGrip w/ Synapse's schema (#14982)
Also tweak the schema dump script:

- add a note explaining myself how to use it
-Explicitly call `poetry run`, because not everyone uses direnv :(
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/14982.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14982.misc b/changelog.d/14982.misc
new file mode 100644
index 0000000000..9aaa7ce264
--- /dev/null
+++ b/changelog.d/14982.misc
@@ -0,0 +1 @@
+Add a schema dump symlinks inside `contrib`, to make it easier for IDEs to interrogate Synapse's database schema.