matrix-org / synapse

Synapse: Matrix homeserver written in Python/Twisted.
https://matrix-org.github.io/synapse
Apache License 2.0
11.83k stars 2.13k forks source link

local_media_repository, local_media_repository_url_cache, local_media_repository_thumbnails, remote_media_cache and remote_media_cache_thumbnails have nullable columns #16545

Open clokep opened 1 year ago

clokep commented 1 year ago

All the columns are nullable, but we expect them all to be filled.

See https://github.com/matrix-org/synapse/pull/16505#discussion_r1364463750 and https://github.com/matrix-org/synapse/pull/16505#discussion_r1364464312.

clokep commented 1 year ago

Seems to also apply to local_media_repository, local_media_repository_url_cache, and remote_media_cache.