discourse/db/migrate
Sam 5f64fd0a21 DEV: remove exec_sql and replace with mini_sql
Introduce new patterns for direct sql that are safe and fast.

MiniSql is not prone to memory bloat that can happen with direct PG usage.
It also has an extremely fast materializer and very a convenient API

- DB.exec(sql, *params) => runs sql returns row count
- DB.query(sql, *params) => runs sql returns usable objects (not a hash)
- DB.query_hash(sql, *params) => runs sql returns an array of hashes
- DB.query_single(sql, *params) => runs sql and returns a flat one dimensional array
- DB.build(sql) => returns a sql builder

See more at: https://github.com/discourse/mini_sql
2018-06-19 16:13:36 +10:00
..
20000225050318_add_schema_migration_details.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120311163914_create_forum_threads.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120311164326_create_posts.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120311170118_create_users.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120311201341_create_forums.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120311210245_create_sites.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120416201606_add_reply_to_to_posts.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120420183447_add_views_to_forum_threads.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120423140906_add_posts_count_to_forum_threads.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120423142820_fix_post_indices.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120423151548_remove_last_post_id.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120425145456_add_display_username_to_users.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120427150624_add_user_id_index_to_posts.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120427151452_cooked_migration.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120427154330_create_vestal_versions.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120427172031_add_version_to_posts.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120502183240_add_created_by_to_forum_threads.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120502192121_add_last_post_user_id_to_forum_threads.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120503205521_add_site_id_to_users.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120507144132_create_expressions.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120507144222_create_expression_types.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120514144549_add_reply_count_to_posts.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120514173920_add_flag_to_expression_types.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120514204934_add_description_to_expression_types.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120517200130_add_quoteless_to_post.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120518200115_create_read_posts.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120519182212_create_last_read_posts.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120523180723_create_views.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120523184307_add_replies_to_forum_threads.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120523201329_add_featured_to_forum_threads.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120525194845_add_avg_time_to_forum_threads.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120529175956_create_uploads.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120529202707_create_stars.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120530150726_create_forum_thread_user.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120530160745_migrate_posted.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120530200724_add_index_to_forum_threads.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120530212912_create_forum_thread_links.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120614190726_add_tags_to_forum_threads.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120614202024_add_quote_count_to_posts.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120615180517_create_bookmarks.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120618152946_add_reply_below_to_posts.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120618212349_create_post_timings.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120618214856_create_message_bus.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120619150807_fix_post_timings.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120619153349_drop_read_posts.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120619172714_add_post_number_to_bookmarks.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120621155351_add_seen_post_count_to_forum_thread_users.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120621190310_add_deleted_at_to_forum_threads.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120622200242_create_notifications.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120625145714_add_seen_notification_id_to_users.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120625162318_add_deleted_at_to_posts.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120625174544_add_highest_post_number_to_forum_threads.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120625195326_add_image_url_to_forum_threads.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120629143908_rename_expression_type_id.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120629150253_denormalize_expressions.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120629151243_make_expressions_less_generic.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120629182637_create_incoming_links.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120702211427_create_replies.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120703184734_add_reflection_to_forum_thread_links.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120703201312_add_incoming_link_count_to_posts.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120703203623_add_incoming_link_count_to_forum_threads.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120703210004_add_bookmark_count_to_posts.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120704160659_add_avg_time_to_posts.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120704201743_add_view_count_to_posts.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120705181724_add_user_to_versions.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120708210305_add_last_posted_at_to_users.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120712150500_create_categories.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120712151934_add_category_id_to_forum_threads.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120713201324_create_category_featured_threads.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120716020835_create_site_settings.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120716173544_add_stats_to_categories.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120718044955_create_user_open_ids.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120719004636_add_email_hashed_password_name_salt_to_users.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120720013733_add_username_lower_to_users.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120720044246_add_auth_token_to_users.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120720162422_add_forum_id_to_categories.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120723051512_add_not_nulls_to_user_open_ids.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120724234502_add_last_seen_at_to_users.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120724234711_add_website_to_users.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120725183347_add_excerpt_to_categories.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120726201830_add_invisible_to_forum_thread.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120726235129_add_user_id_to_categories.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120727005556_remove_excerpt_from_categories.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120727150428_rename_invisible.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120727213543_add_thread_counts_to_categories.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120802151210_add_icon_to_expression_types.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120803191426_add_admin_flag_to_users.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120806030641_add_new_password_new_salt_email_token_to_users.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120806062617_remove_new_password_stuff_from_user.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120807223020_create_actions.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120809020415_remove_site_id.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120809030647_remove_forum_id.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120809053414_correct_indexing_on_posts.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120809154750_remove_index_for_now.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120809174649_create_post_actions.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120809175110_create_post_action_types.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120809201855_migrate_bookmarks_to_post_actions.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120810064839_rename_actions_to_user_actions.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120812235417_retire_expressions.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120813004347_rename_expression_columns_in_forum_thread.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120813042912_rename_expression_columns_in_posts.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120813201426_create_forum_thread_link_clicks.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120815004411_add_unique_index_to_forum_thread_links.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120815180106_add_post_type_to_posts.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120815204733_add_moderator_posts_count_to_forum_threads.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120816050526_add_unique_constraint_to_user_actions.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120816205537_add_forum_thread_states.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120816205538_add_starred_at_to_forum_thread_user.rb DEV: remove exec_sql and replace with mini_sql 2018-06-19 16:13:36 +10:00
20120820191804_add_search_indices.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120821191616_add_bumped_at_to_forum_threads.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120823205956_add_slug_to_categories.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120824171908_create_category_featured_users.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120828204209_create_onebox_renders.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120828204624_create_post_onebox_renders.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120830182736_add_preview_to_onebox_renders.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120910171504_remove_description_from_site_settings.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120918152319_rename_views_to_reads.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120918205931_add_sub_tag_to_forum_threads.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120919152846_add_has_best_of_to_forum_threads.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120921055428_add_twitter_user_info.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120921155050_create_archetypes.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120921162512_add_meta_data_to_forum_threads.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120921163606_create_archetype_options.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120924182000_add_hstore_extension.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120924182031_add_vote_count_to_posts.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120925171620_remove_english_from_post_action_types.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120925190802_add_sequence_to_post_action_types.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20120928170023_add_sort_order_to_posts.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20121009161116_add_email_stuff_to_users.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20121011155904_create_email_logs.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20121017162924_convert_archetypes.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20121018103721_rename_forum_thread_tables.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20121018133039_create_topic_allowed_users.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20121018182709_fix_notification_data.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20121106015500_drop_avatar_url_from_users.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20121108193516_add_post_action_id_to_notifications.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20121109164630_create_trust_levels.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20121113200844_bio_markdown_support.rb Remove migration code that is no longer valid. 2018-06-07 08:57:01 +08:00
20121113200845_create_facebook_user_infos.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20121115172544_rename_sticky_to_pinned.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20121116212424_add_more_email_settings_to_user.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20121119190529_add_email_settings_to_users.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20121119200843_add_email_direct_to_users.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20121121202035_create_invites.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20121121205215_create_topic_invites.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20121122033316_add_muted_at_to_topic_user.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20121123054127_make_post_number_distinct.rb DEV: remove exec_sql and replace with mini_sql 2018-06-19 16:13:36 +10:00
20121123063630_create_user_visits.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20121129160035_create_email_tokens.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20121129184948_remove_email_token_from_users.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20121130010400_create_drafts.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20121130191818_add_link_post_id_to_topic_links.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20121202225421_add_visited_at_to_topic_user.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20121203181719_rename_seen_notificaiton_id.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20121204183855_fix_link_post_id.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20121204193747_add_another_featured_user_to_topics.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20121205162143_add_approved_to_users.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20121207000741_add_notifications_to_topic_users.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20121211233131_create_site_customizations.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20121216230719_add_override_default_style_to_site_customization.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20121218205642_add_topics_entered_to_users.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20121224072204_add_last_editor_id_to_posts.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20121224095139_create_draft_sequence.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20121224100650_add_sequence_to_drafts.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20121228192219_add_deleted_at_to_invites.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130107165207_add_digest_after_days_to_users.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130108195847_add_previous_visit_at_to_users.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130115012140_merge_mute_options_on_topic_users.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130115021937_correct_default_on_notification_level.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130115043603_oops_unwatch_a_boat_of_watched_stuff.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130116151829_remove_sub_tag_from_topics.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130120222728_fix_search.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130121231352_add_tracking_to_topic_users.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130122051134_add_auto_track_topics_to_user.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130122232825_add_auto_track_after_seconds_and_banning_and_dob_to_user.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130123070909_auto_track_all_topics_replied_to.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130125002652_add_hidden_to_posts.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130125030305_add_fields_to_post_action.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130125031122_correct_index_on_post_action.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130127213646_remove_trust_levels.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130128182013_trust_level_default_null.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130129010625_remove_pm_reflections.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130129163244_add_time_read_to_users.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130129174845_add_days_visited_to_users.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130130154611_remove_index_from_views.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130131055710_add_custom_flag_count_to_topics.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130201000828_add_column_summaries_to_posts_and_topics.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130201023409_add_position_to_post_action_type.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130203204338_add_last_version_at_to_posts.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130204000159_add_ip_address_to_users.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130205021905_alter_facebook_user_id.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130207200019_add_user_deleted_to_posts.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130208220635_remove_reply_below_post_number_from_posts.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130213021450_remove_topic_response_actions.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130213203300_add_new_topic_duration_minutes_to_users.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130221215017_add_description_to_categories.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130226015336_add_github_user_info.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130306180148_add_cleared_pinned_to_topic_users.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130311181327_remove_extra_spam_record.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130313004922_add_external_links_in_new_tab_an_disable_quoting_to_user.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130314093434_add_foreground_color_to_categories.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130315180637_enable_trigram_support.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130319122248_add_reply_to_user_id_to_post.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130320012100_add_user_indexes_to_posts_and_topics.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130320024345_add_moderator_to_user.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130321154905_remove_oneboxes_from_db.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130322183614_add_percent_rank_to_posts.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130326210101_add_hotness_to_category.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130327185852_update_site_settings_for_hot.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130328162943_create_hot_topics.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130328182433_add_score_to_topics.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130402210723_add_values_to_hot_topics.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130404143437_create_site_contents.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130404232558_add_user_extras.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130411205132_create_admin_logs.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130412015502_correct_counts_on_posts.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130412020156_correct_counts_on_topics.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130416004607_create_groups.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130416004933_group_users.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130416170855_add_subtype_to_topics.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130419195746_increase_data_length_on_notifications.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130422050626_add_related_post_id_to_post_actions.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130424015746_add_slug_to_topics.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130424055025_add_user_id_to_incoming_links.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130426044914_allow_nulls_in_incoming_links.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130426052257_add_incoming_ip_current_user_id_to_incoming_links.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130428194335_add_unstarred_at_to_topic_users.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130429000101_add_security_to_categories.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130430052751_add_topic_allowed_groups.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130501105651_fix_topic_allowed_groups.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130506020935_add_automatic_to_groups.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130506185042_add_auto_close_at_to_topics.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130508040235_add_user_count_to_groups.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130509040248_update_sequence_for_groups.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130509041351_add_unique_name_to_groups.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130515193551_add_auto_close_days_to_categories.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130521210140_create_cas_user_infos.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130522193615_rename_search_tables.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130527152648_add_like_score_to_posts.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130528174147_add_rank_to_category_featured_topics.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130531210816_add_staff_took_action_to_post_actions.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130603192412_add_blocked_to_users.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130606190601_add_auto_close_started_at_to_topics.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130610201033_add_reply_key_to_email_logs.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130612200846_create_post_upload_join_table.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130613211700_drop_posts_uploads.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130613212230_create_post_uploads.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130615064344_add_dynamic_favicon_preference_to_user.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130615073305_remove_topic_id_from_uploads.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130615075557_add_sha_to_uploads.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130616082327_create_optimized_images.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130617014127_rename_sha_and_ext_columns.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130617180009_rename_sha_column.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130617181804_add_post_id_to_email_logs.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130619063902_add_defer_to_post_actions.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130621042855_change_supress_to_suppress.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130622110348_add_url_index_to_uploads.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130624203206_change_ip_to_inet_in_topic_link_clicks.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130625022454_change_ip_to_inet_in_views.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130625170842_remove_access_password.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130625201113_add_title_to_users.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130709184941_add_deleted_by_id_to_posts.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130710201248_add_nuked_user_to_posts.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130712041133_add_permission_type_to_category_groups.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130712163509_add_missing_id_columns.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130723212758_rename_admin_log.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130724201552_create_blocked_emails.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130725213613_add_more_to_staff_action_log.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130728172550_add_url_to_optimized_images.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130731163035_add_report_index_to_incoming_links.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130807202516_add_last_match_index_to_blocked_emails.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130809160751_fix_seen_notification_ids.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130809204732_add_filter_indexes_to_staff_action_logs.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130809211409_add_avatar_to_users.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130813204212_create_screened_urls.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130813224817_rename_blocked_emails_to_screened_emails.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130816024250_create_oauth2_user_infos.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130819192358_add_value_columns_to_staff_action_logs.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130820174431_add_subject_index_to_staff_action_logs.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130822213513_add_ip_address_to_screening_tables.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130823201420_drop_defaults_on_email_digest_columns_of_users.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130826011521_create_plugin_store_rows.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130828192526_fix_optimized_images_urls.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130903154323_allow_null_user_id_on_posts.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130904181208_allow_null_user_id_on_topics.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130906081326_rename_system_username.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130906171631_add_index_to_uploads.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130910040235_index_topics_for_front_page.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130910220317_rename_staff_action_logs_to_user_history.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130911182437_create_user_stats.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130912185218_acting_user_null.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130913210454_add_mobile_to_site_customizations.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20130917174738_add_topic_id_to_user_histories.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20131001060630_add_email_always_to_users.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20131002070347_add_user_id_parent_type_index_on_views.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20131003061137_move_columns_to_user_stats.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20131014203951_backfill_post_upload_reverse_index.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20131015131652_create_post_details.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20131017014509_add_post_count_to_categories.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20131017030605_add_latest_to_categories.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20131017205954_create_screened_ip_addresses.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20131018050738_add_position_to_categories.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20131022045114_add_uncategorized_category.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20131022151218_create_api_keys.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20131023163509_add_parent_category_id_to_categories.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20131105101051_add_origin_to_uploads.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20131107154900_rename_banned_to_suspended.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20131114185225_add_participant_count_to_topics.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20131115165105_add_edit_reason_to_posts.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20131118173159_rename_best_of_to_summary.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20131120055018_move_emoji_to_new_location.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20131122064921_increase_twitter_user_id_length.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20131206200009_rename_auto_close_days_to_hours.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20131209091702_create_post_revisions.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20131209091742_create_topic_revisions.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20131210163702_add_word_count_to_posts.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20131210181901_migrate_word_counts.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20131210234530_rename_version_column.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20131212225511_add_post_count_stats_columns_to_categories.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20131216164557_make_position_nullable_in_categories.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20131217174004_create_topic_embeds.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20131219203905_add_cook_method_to_posts.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20131223171005_create_top_topics.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20131227164338_add_scores_to_top_topics.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20131229221725_add_watch_new_topics_to_users.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20131230010239_add_last_emailed_post_number_to_topic_user.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140101235747_add_category_users.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140102104229_add_alias_level_to_groups.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140102194802_remove_default_from_external_links_in_new_tab.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140107220141_remove_enable_wide_category_list.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140109205940_rename_favorites_to_starred.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140116170655_drop_hot_topics.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140120155706_add_lounge_category.rb DEV: remove exec_sql and replace with mini_sql 2018-06-19 16:13:36 +10:00
20140121204628_add_invalidated_at_to_invites.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140122043508_add_meta_category.rb DEV: remove exec_sql and replace with mini_sql 2018-06-19 16:13:36 +10:00
20140124202427_add_posts_read_to_user_visits.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140129164541_remove_category_hotness.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140206044818_add_locale_to_user.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140206195001_add_defaults_to_category_posts_and_topics_fields.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140206215029_add_mailing_list_mode_to_users.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140210194146_add_primary_group_id_to_users.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140211230222_move_cas_settings.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140211234523_add_targets_topic_to_post_actions.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140214151255_add_skipped_to_email_logs.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140220160510_rename_site_settings.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140220163213_rename_delete_user_max_age.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140224232712_add_profile_background_to_user.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140224232913_add_single_sign_on_records.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140227104930_add_custom_email_in_to_categories.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140227201005_add_staff_category.rb DEV: remove exec_sql and replace with mini_sql 2018-06-19 16:13:36 +10:00
20140228005443_add_external_username_to_single_sign_on_record.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140228173431_add_external_email_and_external_name_to_single_sign_on_record.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140228205743_add_admin_only_to_user_histories.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140303185354_add_new_since_to_user_stats.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140304200606_create_badge_types.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140304201403_create_badges.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140305100909_create_user_badges.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140306223522_move_topic_revisions_to_post_revisions.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140318150412_add_excerpt_to_topics.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140318203559_add_created_at_index_to_posts.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140320042653_facebook_user_infos_username_can_be_nil.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140402201432_make_content_sha1_nullable.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140404143501_add_title_to_topic_links.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140407055830_add_pinned_globally_to_topics.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140407202158_site_setting_comma_to_pipe.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140408061512_add_wiki_to_posts.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140408152401_add_default_value_to_top_topic_scores.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140415054717_allow_longer_usernames.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140416202746_create_color_schemes.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140416202801_create_color_scheme_colors.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140416235757_remove_color_hexcode_from_badge_types.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140421235646_add_user_custom_fields.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140422195623_add_visibile_to_groups.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140425125742_add_custom_fields.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140425135354_add_topic_custom_fields.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140425172618_add_titleable_to_badges.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140429175951_add_registration_ip_address_to_users.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140504174212_increment_reserved_trust_level_badge_ids.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140505145918_add_last_redirected_to_top_at_to_users.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140506200235_remove_seed_color_scheme.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140507173327_remove_opacity_from_color_scheme_colors.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140508053815_add_invited_groups.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140515220111_init_fixed_category_positions_value.rb DEV: remove exec_sql and replace with mini_sql 2018-06-19 16:13:36 +10:00
20140520062826_add_multiple_award_to_badges.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140520063859_remove_has_custom_avatar_from_user_stats.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140521192142_create_google_user_infos.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140521220115_google_openid_default_has_changed.rb DEV: remove exec_sql and replace with mini_sql 2018-06-19 16:13:36 +10:00
20140522003151_add_user_avatars.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140525233953_remove_uploaded_avatar_template_from_users.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140526185749_change_category_uniquness_contstraint.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140526201939_add_disable_jump_reply_to_users.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140527163207_create_user_profiles.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140527233225_add_system_savatar_version_to_user_avatars.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140528015354_add_baked_at_to_posts.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140529045508_remove_use_uploaded_avatar_from_user.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140530002535_remove_system_avatars_from_user_avatars.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140530043913_add_baked_version_to_post.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140604145431_disable_external_auths_by_default.rb DEV: remove exec_sql and replace with mini_sql 2018-06-19 16:13:36 +10:00
20140607035234_add_website_to_user_profiles.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140610012414_add_post_id_to_user_badges.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140610012833_add_icon_to_badges.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140610034314_move_bio_to_user_profiles.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140612010718_move_profile_background_to_user_profiles.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140617053829_add_notification_id_to_user_badge.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140617080955_rename_registered_users.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140617193351_add_post_id_index_on_topic_links.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140618001820_dont_auto_muto_topics.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140618163511_add_dismissed_banner_key_to_user_profile.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140620184031_add_hidden_at_to_posts.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140623195618_fix_categories_constraint.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140624044600_add_raw_data_to_search.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140627193814_add_images_to_categories.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140703022838_add_fields_to_badges.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140705081453_index_user_badges.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140707071913_add_self_edits_to_posts.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140710005023_add_badge_posts_and_topics_view.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140710224658_add_is_quote_to_topic_links.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140711063215_add_read_faq_to_user_stats.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140711143146_remove_not_null_from_email.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140711193923_remove_email_in_address_setting.rb DEV: remove exec_sql and replace with mini_sql 2018-06-19 16:13:36 +10:00
20140711233329_badges_only_on_public_categories.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140714060646_add_enabled_to_badges.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140715013018_correct_post_number_index.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140715051412_add_auto_revoke_to_badges.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140715055242_add_quoted_posts.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140715160720_update_users_case_insensitive_emails.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140715190552_remove_uncategorized_parents.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140716063802_add_badge_groupings.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140717024528_description_optional_in_badge_grouping.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140718041445_set_default_badge_grouping.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140721063820_add_trigger_to_badges.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140721161249_add_agreed_at_and_agreed_by_id_to_post_action.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140721162307_rename_defer_columns_on_post_action.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140723011456_add_show_posts_to_badges.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140725050636_remove_invalid_incoming_links.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140725172830_remove_message_from_post_action.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140727030954_add_edit_history_public_to_users.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140728120708_fix_index_on_post_action.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140728144308_add_first_post_created_at_to_user_stat.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140728152804_add_post_and_topic_counts_to_user_stat.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140729092525_remove_unique_constraint_from_invites_index.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140730203029_add_disagreed_at_and_disagreed_by_id_to_post_action.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140731011328_add_reply_quoted_to_posts.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140801052028_fix_incoming_links.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140801170444_create_post_timings_user_index.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140804010803_incoming_link_normalization.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140804030041_remove_url_from_incoming_referer.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140804060439_drop_topic_id_from_incoming_links.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140804072504_views_to_topic_views.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140804075613_normalize_topic_view_data_and_index.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140805061612_add_bio_cooked_version_to_user_profile.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140806003116_fixup_badge_ids.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140807033123_add_index_on_last_seen_to_users.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140808051823_create_topic_search_index.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140809224243_add_user_badge_unique_index.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140811094300_rename_defered_columns_on_post_action.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140813175357_add_default_to_active.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140815183851_fix_index_on_post_actions.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140815191556_fix_post_actions_index_again.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140815215618_add_name_lower_to_categories.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140817011612_add_external_avatar_url_to_single_sign_on_record.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140818023700_index_email_tokens.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140826234625_rename_settings_pop3s_to_pop3.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140827044811_remove_nullable_dates.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140828172407_create_permalinks.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140828200231_make_url_col_bigger_in_permalinks.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140831191346_remove_category_groups_orphaned_by_removing_category_or_group.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140904055702_correct_post_action_index.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140904160015_add_via_email_to_posts.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140904215629_rename_trust_level_settings.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140905055251_rename_trust_level_badges.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140905171733_create_warnings.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140908165716_migrate_warning_topic_subtypes.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140908191429_trim_profile_length.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140910130155_create_topic_user_index.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140911065449_private_messages_have_no_category_id.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140913192733_add_trust_level_locked_column.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140923042349_add_retain_hours_to_uploads.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140924192418_rename_content_type.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140925173220_create_user_fields.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140929181930_add_editable_to_user_fields.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20140929204155_migrate_tos_setting.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20141001101041_add_post_id_to_user_histories.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20141002181613_add_description_to_user_fields.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20141007224814_add_badge_granted_title_to_user_profile.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20141008152953_add_exernal_url_to_permalinks.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20141008181228_add_required_signup_to_user_fields.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20141008192525_add_auto_close_based_on_last_post_and_auto_close_hours_to_topics.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20141008192526_add_auto_close_based_on_last_post_to_categories.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20141014032859_add_hidden_to_post_revision.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20141014191645_fix_tos_name.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20141015060145_add_raw_email_to_posts.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20141016183307_add_expansion_background_to_user_profiles.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20141020153415_add_public_version_to_posts.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20141020154935_rename_expansion_to_card.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20141020164816_add_image_to_badges.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20141020174120_add_card_image_to_user_profiles.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20141030222425_rename_seen_post_count.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20141110150304_add_footer_to_site_customization.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20141118011735_correct_username_search.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20141120035016_add_allowed_ips_to_api_keys.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20141120043401_add_hidden_to_api_keys.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20141211114517_fix_emoji_path.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20141216112341_resolve_duplicate_group_names.rb DEV: remove exec_sql and replace with mini_sql 2018-06-19 16:13:36 +10:00
20141222051622_remove_override_default_styles_from_site_customizations.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20141222224220_fix_emoji_path_take2.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20141222230707_amend_site_customization.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20141223145058_create_csv_export_logs.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20141228151019_rename_csv_export_logs_to_user_exports.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20150102113309_clean_up_user_history.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20150106215342_remove_stars.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20150108002354_add_liked_and_bookmarked_to_topic_user.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20150108202057_create_bookmark_actions.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20150108211557_index_topic_custom_field_values.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20150108221703_group_managers.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20150112172258_add_new_site_customization_types.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20150112172259_migrate_site_text_to_site_customization.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20150114093325_add_top_to_site_customization.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20150115172310_rename_user_export_column.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20150119192813_add_posts_index_including_deleted.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20150123145128_add_automatic_membership_to_group.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20150129204520_add_show_on_profile_to_user_fields.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20150203041207_add_application_requests.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20150205032808_reset_application_requests.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20150205172051_add_custom_type_to_user_histories.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20150206004143_flush_application_requests.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20150213174159_create_digest_unsubscribe_keys.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20150224004420_add_pinned_indexes.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20150227043622_add_long_description_to_badges.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20150301224250_create_suggested_for_index.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20150306050437_add_all_time_and_op_likes_to_top_topics.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20150318143915_create_directory_items.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20150323034933_add_allow_private_messages_to_user_profile.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20150323062322_remove_allow_private_messages_from_user_profile.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20150323234856_add_muted_users.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20150324184222_add_more_to_directory_items.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20150325183400_fix_group_user_count.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20150325190959_create_queued_posts.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20150410002033_add_primary_group_to_groups.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20150410002551_add_title_to_groups.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20150421085850_increase_url_length_on_topic_embed.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20150421190714_add_queued_post_id_to_user_actions.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20150422160235_add_link_post_id_index_on_topic_links.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20150505044154_add_stylesheet_cache.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20150513094042_add_index_on_post_actions.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20150514023016_add_unread_notifications_index.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20150514043155_add_user_actions_all_index.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20150525151759_set_default_s3_region.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20150609163211_migrate_embeddable_host.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20150617080349_add_index_on_post_notifications.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20150617233018_add_index_target_post_id_on_user_actions.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20150617234511_add_staff_index_to_users.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20150702201926_add_topic_template_to_categories.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20150706215111_add_mobile_to_user_visits.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20150707163251_add_reports_index_to_user_visits.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20150709021818_add_like_count_to_post_menu.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20150713203955_enlarge_users_email_field.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20150724165259_add_index_to_post_custom_fields.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20150724182342_add_action_code_to_post.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20150727193414_create_user_field_options.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20150727210019_add_pinned_until_to_topics.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20150727210748_add_quarterly_to_top_topics.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20150727230537_add_example_column_comments.rb FEATURE: Add CommentMigration for db column comments 2015-07-28 13:14:07 -07:00
20150728004647_correct_custom_fields_migration.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20150728210202_migrate_old_moderator_posts.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20150729150523_migrate_auto_close_posts.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20150730154830_add_position_to_user_fields.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20150731225331_migrate_old_moved_posts.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20150802233112_add_post_stats.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20150806210727_add_embedded_css_to_site_customizations.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20150818190757_create_embeddable_hosts.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20150822141540_fix_migrated_hosts.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20150828155137_add_suppress_from_homepage_to_category.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20150901192313_add_grant_trust_level_to_groups.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20150914021445_create_user_profile_views.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20150914034541_add_views_to_user_profile.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20150917071017_add_category_id_to_user_histories.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20150918004206_add_user_id_group_id_index_to_group_users.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20150924022040_add_fancy_title_to_topic.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20150925000915_exclude_whispers_from_badges.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20151103233815_add_lower_title_index_on_topics.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20151105181635_add_staged_to_user.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20151107041044_fix_incorrect_topic_creator_after_move.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20151107042241_add_owner_to_group_users.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20151109124147_drop_group_managers.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20151113205046_create_translation_overrides.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20151117165756_add_automatically_unpin_topics_to_users.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20151124172631_add_is_support_to_categories.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20151124192339_rename_ninja_edit.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20151125194322_remove_site_text.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20151126173356_rename_is_support_to_contains_messages.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20151126233623_add_baked_head_and_body_to_site_customizations.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20151127011837_add_header_and_footer_baked_to_site_customizations.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20151201035631_add_group_mentions.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20151201161726_add_incoming_email_to_groups.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20151214165852_add_notification_level_to_group_users.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20151218232200_add_unique_index_to_category_users.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20151219045559_add_has_messages_to_groups.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20151220232725_add_user_archived_messages_group_archived_messages.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20160108051129_fix_incorrect_user_history.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20160110053003_archive_system_messages_with_no_replies.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20160112025852_remove_users_from_topic_allowed_users.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20160112101818_remove_contains_message_on_category.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20160112104733_add_contains_messages_back_to_categories.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20160113160742_create_incoming_emails.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20160118174335_rebake_html_customizations.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20160118233631_backfill_incoming_emails.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20160127105314_change_default_notification_level_on_groups.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20160127222802_migrate_uncategorized_description_setting.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20160201181320_fix_email_logs.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20160206210202_remove_invalid_websites.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20160215075528_add_unread_pm_index_to_notifications.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20160224033122_create_instagram_user_infos.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20160225050317_add_user_options.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20160225050318_allow_defaults_on_users_table.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20160225050319_move_tracking_options_to_user_options.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20160225050320_add_email_previous_replies_to_user_options.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20160225095306_add_email_in_reply_to_to_user_options.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20160302063432_rebuild_directory_item_with_index.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20160302104253_add_like_notification_frequency_to_user_options.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20160302170230_rename_digest_after_days_to_digest_after_minutes.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20160303183607_clear_common_passwords_cache.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20160303234317_add_rejection_message_to_incoming_email.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20160307190919_create_email_change_requests.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20160308193142_rename_confirm_translation_key.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20160309073132_add_mailing_list_mode_frequency.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20160317174357_create_given_daily_likes.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20160317201955_add_include_tl0_in_digests_to_user_options.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20160326001747_add_user_first_visit.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20160329101122_remove_wiki_color.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20160405172827_create_user_firsts.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20160407160756_remove_user_firsts.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20160407180149_create_onceoff_logs.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20160408131959_add_show_on_user_card_to_user_fields.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20160408175727_add_compiled_js_to_translation_overrides.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20160418065403_add_bounce_key_to_email_log.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20160420172330_add_is_auto_generated_to_incoming_emails.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20160425141954_fix_incoming_emails_indices.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20160427202222_add_support_for_bounced_emails.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20160503205953_create_tags.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20160514100852_remove_invalid_topic_user.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20160520022627_shorten_topic_custom_fields_index.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20160527015355_correct_mailing_list_mode_frequency.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20160527191614_create_category_tags.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20160530003739_create_scheduler_stats.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20160530203810_add_message_id_to_email_logs.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20160602164008_create_tag_groups.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20160606204319_create_category_tag_groups.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20160607213656_add_tag_group_options.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20160609203508_remove_tag_count_from_tag_groups.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20160615024524_rename_digest_unsbscribe_keys.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20160615165447_rename_num_flags_to_block_new_user.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20160627104436_use_https_name_change_in_site_settings.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20160707195549_add_compiler_version_to_site_customizations.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20160716112354_remove_edit_history_public.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20160719002225_add_deleted_post_index_to_posts.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20160722071221_add_auth_token_created_at_to_users.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20160725015749_rename_auth_token_created_at.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20160727233044_create_developers_table.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20160815002002_add_user_api_keys.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20160815210156_add_flair_url_to_groups.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20160816052836_user_api_client_id_is_unique.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20160816063534_add_revoked_at_to_user_api_keys.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20160823171911_add_path_whitelist_to_embeddable_hosts.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20160826195018_add_flair_color_to_groups.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20160905082217_create_web_hook_event_types.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20160905082248_create_web_hooks.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20160905084502_create_web_hook_events.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20160905085445_create_join_table_web_hooks_web_hook_event_types.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20160905091958_create_join_table_web_hooks_groups.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20160905092148_create_join_table_web_hooks_categories.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20160906200439_add_via_wizard_to_color_schemes.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20160919003141_add_avatar_url_to_facebook_info.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20160919054014_add_fields_to_facebook_user_info.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20160920165833_add_moderator_to_invites.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20160930123330_add_notification_level_when_replying.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20161010230853_single_sign_on_increase_external_avatar_url.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20161013012136_add_scopes_to_user_api_keys.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20161014171034_add_directory_items_indexes.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20161025083648_fix_category_logo_and_background_urls.rb DEV: remove exec_sql and replace with mini_sql 2018-06-19 16:13:36 +10:00
20161029181306_add_image_url_to_posts.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20161031183811_add_sort_fields_to_categories.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20161102024700_add_post_uploads_indexes.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20161102024818_add_uploaded_avatar_id_index_to_users.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20161102024838_add_user_avatars_indexes.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20161102024900_add_user_profiles_indexes.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20161102024920_add_categories_indexes.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20161124020918_add_scores_indexes_to_top_topics.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20161202011139_add_whisper_support_to_topics.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20161202034856_add_uploads_to_categories.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20161205001727_add_topic_columns_back.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20161205065743_add_bio_to_groups.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20161207030057_add_public_to_groups.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20161208064834_create_group_histories.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20161212123649_add_allow_membership_requests_to_groups.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20161213073938_add_full_name_to_groups.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20161215201907_migrate_featured_link_fields.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20161216101352_add_all_topics_wiki_to_categories.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20170124181409_add_user_auth_tokens.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20170201085745_create_custom_emojis.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20170213180857_add_user_auth_token_log.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20170215151505_add_seen_at_to_user_auth_token.rb DEV: remove exec_sql and replace with mini_sql 2018-06-19 16:13:36 +10:00
20170221204204_add_show_subcategory_list_to_categories.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20170222173036_make_user_auth_token_index_unique.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20170227211458_add_featured_topics_to_categories.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20170301215150_add_default_view_to_categories.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20170303070706_add_index_to_topic_view_items.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20170307181800_add_path_to_user_auth_token_log.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20170308201552_add_subcategory_list_style_to_categories.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20170313192741_add_themes.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20170322065911_create_topic_status_updates.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20170322155537_add_theme_to_stylesheet_cache.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20170322191305_add_default_top_period_to_categories.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20170324032913_move_auto_close_columns_to_topic_status_update.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20170324144456_amend_css_columns_in_theme.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20170328163918_break_up_themes_table.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20170328203122_add_compiler_version_to_theme_fields.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20170330041605_add_index_to_topic_status_updates.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20170403062717_add_category_id_to_topic_status_updates.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20170407154510_rename_theme_id.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20170410170923_add_theme_remote_fields.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20170413043152_rename_warnings.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20170417164715_add_theme_id_to_color_scheme.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20170419193714_add_error_to_theme_fields.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20170420163628_add_default_notification_level_to_group.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20170425083011_add_deleted_at_to_topic_embeds.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20170425172415_add_error_to_scheduler_stats.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20170501191912_add_upload_id_to_theme_fields.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20170505035229_migrate_mailing_list_daily_updates_users_to_daily_summary.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20170508183819_add_css_class_name_to_embeddable_hosts.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20170511071355_remove_convert_pasted_image_site_setting.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20170511080007_rename_convert_pasted_images_quality_site_setting.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20170511184842_rename_topic_status_updates_to_topic_timers.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20170512153318_add_theme_key_to_user_options.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20170512185227_create_topic_status_updates_again.rb FEATURE: protect against accidental column or table drops 2018-03-21 15:43:32 +11:00
20170515152725_add_theme_key_seq_to_user_options.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20170515203721_add_public_type_to_topic_timers.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20170524182846_add_unread_tracking_columns.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20170526125321_drop_unread_tracking_columns.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20170602132735_fix_group_allow_membership_requests.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20170605014820_remove_auto_close_columns_from_topics.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20170609115401_add_extension_to_topic_links.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20170628152322_create_watched_words.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20170630083540_add_custom_message_to_invite.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20170703115216_add_extension_to_uploads.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20170703144855_add_visibility_level_to_groups.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20170704142141_add_visible_back_to_groups.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20170713164357_create_search_logs.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20170717084947_create_user_emails.rb FEATURE: protect against accidental column or table drops 2018-03-21 15:43:32 +11:00
20170725075535_correct_default_email_mailing_list_mode_frequency.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20170728012754_split_public_in_groups.rb DEV: remove exec_sql and replace with mini_sql 2018-06-19 16:13:36 +10:00
20170728054115_remove_public_from_groups.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20170731075604_add_membership_request_template_to_groups.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20170803123704_add_version_to_search_data.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20170818191909_split_alias_levels.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20170823173427_create_tag_search_data.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20170824172615_add_slug_index_on_topic.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20170831180419_remove_whisper_topic_links.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
20171003180951_rename_forgot_password_strict_setting.rb rename forgot_password_strict to hide_email_address_taken 2017-10-03 15:28:31 -04:00
20171006030028_add_allow_private_messages_to_user_options.rb FEATURE: Allow users to disable new PMs. 2017-10-19 12:32:55 +08:00
20171026014317_add_user_option_home.rb FEATURE: Allow the user to select a custom home page (#5268) 2017-11-10 06:45:19 +11:00
20171107020512_drop_email_from_users.rb Drop unused email column from users table. 2017-11-07 10:12:33 +08:00
20171110174413_rename_blocked_silence.rb Rename "Blocked" to "Silenced" 2017-11-10 14:10:27 -05:00
20171113175414_add_silenced_till_to_users.rb FEATURE: Support an end date for user silencing 2017-11-14 13:20:19 -05:00
20171113214725_add_time_read_to_user_visits.rb FEATURE: show read time in last 60 days 2017-11-16 15:46:51 -05:00
20171115170858_add_mailinglist_mirror_to_categories.rb FEATURE: category setting for mailinglist mirror 2017-11-17 15:29:14 +01:00
20171123200157_add_trust_level_locks_to_users.rb REFACTOR: Track manual locked user levels separately from groups 2017-11-27 11:23:44 -05:00
20171128172835_rename_clicked_topic_id_to_search_result_id.rb FEATURE: support search click through tracking for user, category and tags 2017-12-01 12:04:55 +05:30
20171213105921_replace_invite_mailer_translation_override.rb FIX: replace invitee_name to inviter_name in translation overrides 2017-12-13 18:17:52 +05:30
20171214040346_add_email_to_twitter_user_info.rb FEATURE: store twitter supplied email for auditing 2017-12-14 15:54:32 +11:00
20171228122834_replace_blocked_silence_translation.rb FIX: check for existing translation keys before replacing blocked with silenced 2017-12-28 18:58:18 +05:30
20180109222722_create_user_second_factors.rb Review Changes for f4f8a293e7. 2018-02-21 14:55:49 +08:00
20180111092141_add_indexes_to_email_logs.rb Add index for EmailLog#topic_id and EmailLog#post_id. 2018-01-11 17:28:14 +08:00
20180118215249_create_theme_settings.rb FEATURE: Theme settings (2) (#5611) 2018-03-04 19:04:23 -05:00
20180125185717_add_locked_by_to_posts.rb FEATURE: Staff members can lock posts 2018-01-26 14:01:30 -05:00
20180127005644_remove_old_ga_site_settings.rb Remove stale GA site setting records from the DB. 2018-01-27 09:15:46 +08:00
20180131052859_rename_private_personal.rb rename 'default_email_private_messages' to 'default_email_personal_messages' 2018-02-01 13:25:29 +05:30
20180207161422_add_skipped_created_at_user_id_index_on_email_logs.rb PERF: add index on user email logs 2018-02-07 11:33:28 -05:00
20180207163946_create_category_tag_stats.rb PERF: a faster way to count tags used per category 2018-02-12 15:16:47 -05:00
20180221215641_add_suppress_from_latest_to_categories.rb FEATURE: add category suppress from latest 2018-02-22 09:56:35 +11:00
20180223041147_fix_google_oauth2_prompt_data_type.rb Fix incorrect data type for SiteSetting.google_oauth2_prompt. 2018-02-23 12:20:21 +08:00
20180223222415_remove_censored_pattern_site_setting.rb Remove censored_pattern site setting, which is replaced by watched words 2018-02-26 16:29:27 -05:00
20180227161818_drop_unused_tables.rb FIX: Drop unused tables with a delay 2018-03-21 16:45:44 +01:00
20180308071922_drop_raise_read_only_function.rb DEV: remove exec_sql and replace with mini_sql 2018-06-19 16:13:36 +10:00
20180309014014_add_private_key_to_remote_theme.rb FEATURE: allow themes to live in private git repos 2018-03-09 16:14:38 +11:00
20180316092939_add_external_profile_and_card_background_url_to_single_sign_on_record.rb FEATURE: add profile_background fields into SSO (#5701) 2018-05-07 10:03:26 +02:00
20180316165104_create_shared_drafts.rb FEATURE: Shared Drafts 2018-03-20 17:15:26 -04:00
20180320190339_create_web_crawler_requests.rb FEATURE: control which web crawlers can access using a whitelist or blacklist 2018-03-22 15:41:02 -04:00
20180323154826_create_tag_group_permissions.rb FEATURE: option for tags in a tag group to be visible only to staff 2018-03-26 17:05:09 -04:00
20180323161659_add_id_to_shared_drafts.rb FIX: Rails has bugs when a has_one has no id column :( 2018-03-23 12:25:10 -04:00
20180327062911_add_post_custom_fields_akismet_index.rb PERF: add missing index for akismet 2018-03-27 17:36:13 +11:00
20180328180317_add_category_index_to_shared_drafts.rb Add an index on category_id to shared drafts 2018-03-28 14:05:09 -04:00
20180331125522_add_minimum_required_tags_to_categories.rb FEATURE: enforce tagging on categories 2018-04-11 07:15:24 +05:30
20180419095326_add_upload_id_to_user_exports.rb FIX: create upload record for exported csv files 2018-04-20 00:27:49 +05:30
20180420141134_remove_staff_tags_setting.rb FEATURE: move staff tags setting to tag group settings 2018-04-20 15:34:23 -04:00
20180425152503_drop_user_card_badge_columns.rb REFACTOR: move support for user card badge images to a plugin discourse-user-card-badges 2018-04-26 13:25:24 -04:00
20180425185749_create_push_subscription.rb Feature: Push notifications for Android (#5792) 2018-05-04 15:31:48 -07:00
20180504000531_remove_legacy_auth_token.rb FEATURE: remove support for legacy auth tokens 2018-05-04 10:12:10 +10:00
20180508142711_remove_invite_passthrough_hours.rb fix deprecated setting migration 2018-05-09 08:14:45 +05:30
20180514133440_add_pm_topic_count_to_tags.rb UX: show an enveloppe icon when a badge is used in messages 2018-05-14 19:02:00 +02:00
20180519053933_delete_confirm_old_email_template_overrides.rb FIX: restrict updates on confirm_old_email email templates 2018-05-19 12:19:59 +05:30
20180521175611_change_indexes_topic_view_item.rb Change TopicViewItem to allow null IP address 2018-06-12 12:43:56 +10:00
20180521190040_allow_null_ip_topic_link_click.rb FIX: TopicLinkClick: do not log IP of logged in users 2018-05-22 16:05:38 +10:00
20180521191418_allow_null_ip_user_profile_view.rb FIX: UserProfileView: Do not log IP of logged-in users 2018-05-25 15:54:14 +10:00
20180607095414_migrate_disable_emails.rb FEATURE: support disabling emails for non-staff users 2018-06-07 18:31:08 +05:30