diff options
author | Richard van der Hoff <richard@matrix.org> | 2018-07-26 14:54:04 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2018-07-26 14:54:04 +0100 |
commit | 51d7df19158de0f21e659625bf43716ff0a700bc (patch) | |
tree | 94227792b40b49528653b573685ef7007c41e528 /synapse/storage/schema/delta | |
parent | Stop populating events.content (diff) | |
download | synapse-51d7df19158de0f21e659625bf43716ff0a700bc.tar.xz |
Create the column nullable
There's no real point in ever making the column non-nullable, and doing so breaks the sytests.
Diffstat (limited to 'synapse/storage/schema/delta')
-rw-r--r-- | synapse/storage/schema/delta/50/make_event_content_nullable.py | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/synapse/storage/schema/delta/50/make_event_content_nullable.py b/synapse/storage/schema/delta/50/make_event_content_nullable.py |