diaspora/db/migrate
Benjamin Neff b8fb4b6251
Delete invalid oEmbed caches with binary titles
There are a few old oEmbed caches which have the title saved in binary
(because they contain Chinese characters). This fails with
`ActionView::Template::Error ("å" from ASCII-8BIT to UTF-8)`. Since I
found only very old OEmbed caches with this problem (newest from 2012),
I think we can just remove these. When I create a new oEmbed cache for
the same URL it creates it without `!binary`.

closes #7620
2017-09-28 23:10:07 +02:00
..
0000_create_schema.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
20160829170244_add_post_default_to_aspects.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
20160901072443_add_video_url_to_open_graph_cache.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
20160902180630_remove_invalid_unconfirmed_emails.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
20160906225138_fix_photos_share_visibilities.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
20161015174300_remove_empty_pod.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
20161024231443_add_scheduled_check_to_pod.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
20161107100840_polymorphic_mentions.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
20170430022507_remove_message_signature.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
20170730154117_create_account_migrations.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
20170813141631_cleanup_account_deletions_and_add_unique_index.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
20170813153048_add_missing_indexes.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
20170813160104_cleanup_aspects_and_add_unique_index.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
20170813164435_add_missing_unique_indexes.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
20170813222333_reset_export_states.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
20170824202628_cleanup_root_guids_from_reshares.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
20170827222357_remove_rails_admin_histories.rb Remove rails_admin_histories table 2017-09-17 19:35:50 +02:00
20170827231800_remove_string_column_from_ppid.rb Remove "string" column from "ppid" table 2017-09-18 03:21:41 +02:00
20170914202650_cleanup_invalid_likes.rb Cleanup invalid likes without target 2017-09-18 03:23:01 +02:00
20170914212336_cleanup_invalid_polls.rb Cleanup invalid polls without status message 2017-09-18 03:24:52 +02:00
20170917163640_cleanup_invalid_o_embed_caches.rb Delete invalid oEmbed caches with binary titles 2017-09-28 23:10:07 +02:00
20170920214158_create_references_table.rb Create refereces model 2017-09-28 23:04:34 +02:00