discourse/db
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
..
fixtures FEATURE: adds the user_promoted event to webhooks (#15996) 2022-02-22 10:57:18 +01:00
migrate FIX: Ensure post_hotlinked_media index does not exceed size limit (#16609) 2022-05-03 15:47:58 +01:00
post_migrate DEV: Move tag_group cleanup from post_migrate -> migrate (#16434) 2022-04-11 13:28:24 +01:00
api_test_seeds.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00