David Taylor 19d2d55011
FIX: Ensure post_hotlinked_media index does not exceed size limit (#16609)
On some installations, this would fail with 'index row size exceeds btree version 4 maximum'. This commit replaces the (post_id, url)` index with a `(post_id, md5(url))` index, which is much more space efficient.
2022-05-03 15:47:58 +01:00
..
2020-04-28 15:59:39 +05:30
2019-11-29 15:49:08 +00:00
2022-04-14 11:53:57 +02:00
2019-10-21 12:08:20 +01:00
2020-05-05 13:46:57 +10:00
2021-12-02 22:41:55 +05:30
2022-04-28 11:51:03 +02:00
2022-04-06 10:07:14 +02:00
2022-04-28 11:51:03 +02:00
2022-02-28 10:20:58 +08:00
2019-10-17 16:58:22 +11:00