forked-synapse/synapse/storage/schema/main/delta/16/remote_media_cache_index.sql

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

2 lines
114 B
MySQL
Raw Normal View History

CREATE INDEX IF NOT EXISTS remote_media_cache_thumbnails_media_id
ON remote_media_cache_thumbnails (media_id);