diaspora/db/migrate
Benjamin Neff 4be8a0bed9 change TEXT columns back to TEXT
mysql changes the type of TEXT columns to MEDIUMTEXT with "CONVERT TO",
but we don't want this, so change this columns back to TEXT.

see: https://bugs.mysql.com/bug.php?id=31291
2015-04-19 15:45:20 +02:00
..
0000_create_schema.rb Drop foreigner, Rails 4.2 ships the provided functionality 2015-02-27 17:00:41 +01:00
20130207231310_add_facebook_id_to_post.rb Issue #3939: Posts to Facebook do not delete 2013-02-18 18:21:59 +00:00
20130404211624_fix_default_image_url_from_profile.rb Fix default image url in profiles table. Closes #3795 2013-04-04 19:22:43 -03:00
20130429073928_add_tweet_id_to_post.rb Shorten indexes 2015-01-20 22:41:52 +02:00
20130608171134_add_open_graph_cache.rb opengraph POC 2013-08-04 15:42:29 +02:00
20130613203350_remove_limit_from_root_guid_in_posts.rb Shorten indexes 2015-01-20 22:41:52 +02:00
20130717104359_migrate_activity_stream_to_status_message.rb fix ActivityStreams::Photo migration 2013-07-31 20:57:01 +02:00
20130801063213_add_tumblr_post_ids_to_posts.rb Delete cross-posted Tumblr posts when user deletes their Diaspora post. 2013-08-03 04:23:22 -04:00
20131017093025_create_post_reports.rb Added post report feature 2014-01-14 15:00:55 -05:00
20131213171804_create_simple_captcha_data.rb Simple captcha for signup page 2014-01-06 22:00:37 +02:00
20140121132816_add_post_type_to_post_report.rb DB fix to work with existing entries 2014-05-15 07:23:44 -04:00
20140214104217_rename_post_report_to_report.rb It is now possible to report comments 2014-05-15 07:23:43 -04:00
20140222162826_devise_add_lastseenable_user.rb Add devise_lastseenable for user last seen tracking. 2014-02-22 23:22:46 +02:00
20140308154022_create_polls.rb added more tests for the poll federation + fixed broken rspec tests 2014-03-31 18:14:06 +02:00
20140422134050_rename_post_columns_to_item.rb Changed and renamed database columns 2014-05-15 07:23:44 -04:00
20140422134627_change_user_id_type_to_integer.rb DB fix to work with existing entries 2014-05-15 07:23:44 -04:00
20140601102543_add_taggings_counter_cache_to_tags.acts_as_taggable_on_engine.rb bump acts-as-taggable-on 2014-06-01 18:42:51 +02:00
20140801101230_create_chat_contacts.rb Shorten indexes 2015-01-20 22:41:52 +02:00
20140801101352_create_chat_fragments.rb Shorten indexes 2015-01-20 22:41:52 +02:00
20140824230505_add_completed_at_to_account_deletions.rb Fix for issue 5040: Adds completed_at column to account_deletions and sets timestamp upon successful completion. Depends on uniqueness of diaspora_handle when combined with person_id 2014-08-24 17:06:33 -07:00
20140826165533_increase_simple_captcha_limit.rb Increase max length of simple_captcha to 12 2014-08-26 13:24:00 -05:00
20140906192846_fix_open_graph_data.rb Fixed Open Graph db insertion 2014-09-06 14:49:34 -05:00
20141001162851_add_remove_after_to_users.rb Maintenance feature to remove old users 2014-10-16 22:53:08 +03:00
20141007003922_add_chat_enabled_to_aspects.rb Add chat migration 2014-11-13 11:14:54 +01:00
20141024170120_create_chat_offline_messages.rb Add chat migration 2014-11-13 11:14:54 +01:00
20141209041241_drop_open_graph_caches_with_invalid_urls.rb Add migration to drop invalid OpenGraphCaches, closes #5465 2014-12-09 05:32:04 +01:00
20141216213423_purge_orphan_conversations.rb Fix orphan conversations migration 2015-02-27 17:00:41 +01:00
20141227120907_add_export_to_user.rb Add contacts/posts, and GZipping JSON exporter output 2015-01-15 00:20:19 +13:00
20141230214830_user_pref_strip_exif.rb Strip EXIF data as user preference 2015-01-18 10:28:28 -03:00
20150106050733_set_mysql_to_unicode_mb4.rb change TEXT columns back to TEXT 2015-04-19 15:45:20 +02:00
20150209230946_disable_mail_for_closed_account.rb Set disable_mail to true 2015-02-19 16:45:39 -08:00
20150220001357_add_photos_export_to_user.rb Exports user photos as zip file 2015-03-03 19:45:57 -03:00