summary refs log tree commit diff
path: root/changelog.d/15537.misc
diff options
context:
space:
mode:
authorShay <hillerys@element.io>2023-05-16 10:57:39 -0700
committerGitHub <noreply@github.com>2023-05-16 10:57:39 -0700
commit9f6ff6a0eb94a9f81b9948bc3b651a1eb78de460 (patch)
tree130fa09eb1d7e40a8a3998177f48e351eebe5f25 /changelog.d/15537.misc
parent`traceback.format_exception(...)` usage that is compatible with Python 3.7 an... (diff)
downloadsynapse-9f6ff6a0eb94a9f81b9948bc3b651a1eb78de460.tar.xz
Add not null constraint to column `full_user_id` of tables `profiles` and `user_filters` (#15537)
Diffstat (limited to 'changelog.d/15537.misc')
-rw-r--r--changelog.d/15537.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15537.misc b/changelog.d/15537.misc
new file mode 100644
index 0000000000..979e0ba977
--- /dev/null
+++ b/changelog.d/15537.misc
@@ -0,0 +1 @@
+Add not null constraint to column full_user_id of tables profiles and user_filters.