diff options
author | David Robertson <davidr@element.io> | 2023-02-15 13:51:37 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-15 13:51:37 +0000 |
commit | 39795b3a4e6af3638780601225ea78bb5fc45e0a (patch) | |
tree | 81420be95ba18c8799a785b6db25691e0c8eca8b /changelog.d | |
parent | Support for selecting the Redis logical database. (#15034) (diff) | |
download | synapse-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.misc | 1 |
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. |