docbrown/db/migrate
rhymes dd0ee3dd72
Optimize Admin::FeedbackMessagesController by adding proper indexes (#12415)
DEV has 30+ million email messages, to display some of them to the admin, they
all are scanned to find those that belong to the requested feedback messages.
This results in SQL queries that can take up to 15 seconds.

By adding an index, we cut the SQL response time to milliseconds.
2021-01-25 17:02:06 +01:00
..
20151224175814_create_articles.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20151224180956_create_advertisements.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20151226205806_create_authors.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20151231095411_add_main_image_to_articles.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20151231102537_add_description_to_articles.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20160101145545_add_profile_image_to_authors.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20160101170140_add_published_to_articles.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20160104220657_create_ad_clicks.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20160104221355_add_url_to_advertisments.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20160104222032_create_delayed_jobs.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20160104223954_add_ip_to_clicks.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20160104225041_add_anchor_to_add.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20160105211934_add_category_based_banner.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20160111153315_add_published_date_to_articles.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20160115190444_create_links.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20160120012230_create_pulse_subscriptions.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20160124203153_add_reddit_info_to_links.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20160124205229_add_pulsed_to_links.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20160125202948_add_reddit_code_to_links.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20160126145035_create_pulses.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20160126152212_change_pulses_column_name.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20160128215217_create_job_listings.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20160129154529_create_organizations.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20160131213109_acts_as_taggable_on_migration.acts_as_taggable_on_engine.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20160131213110_add_missing_unique_indices.acts_as_taggable_on_engine.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20160131213111_add_taggings_counter_cache_to_tags.acts_as_taggable_on_engine.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20160131213112_add_missing_taggable_index.acts_as_taggable_on_engine.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20160131213113_change_collation_for_tag_names.acts_as_taggable_on_engine.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20160131234917_add_description_to_jobs.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20160201001953_rename_authors_to_users.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20160201002243_change_author_id_to_user_id.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20160201012919_add_devise_to_users.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20160201014516_create_identities.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20160202211114_add_organization_id_to_users.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20160202214951_add_bumped_at_to_job_listings.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20160203005540_add_org_admin_to_users.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20160203011021_add_default_job_stuff_to_users.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20160203233256_add_remote_allowed_boolean_to_job_listings.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20160206011647_add_compensation_and_level_to_job_listings.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20160211170239_add_summary_to_users.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20160214023247_create_job_applications.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20160226193243_add_active_to_links.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20160304000325_add_pismo_to_links.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20160304010353_create_comments.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20160304011144_add_ancestry_to_comments.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20160309155009_add_body_text_to_links.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20160310024038_add_username_to_users.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20160317190829_create_podcasts.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20160317190838_create_podcast_episodes.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20160318195259_add_image_quality_to_articles.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20160322214055_add_home_screen_to_articles.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20160323233659_add_deepgram_id_code_to_podcast_episodes.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20160324231938_add_processed_html_to_articles.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20160329004330_add_id_code_to_comments.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20160401203746_add_key_and_token_to_identities.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20160418001613_add_body_to_podcast_episodes.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20160428002923_add_quote_to_podcast_episodes.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20160503004547_create_kis.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20160505014825_add_remember_token_to_users.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20160510022025_add_social_image_to_podcast_episodes.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20160517144259_create_sponsors.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20160517144335_create_sponsorships.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20160518202957_add_featured_number_to_articles.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20160525190703_create_questions.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20160525192526_create_answers.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20160602140503_add_social_image_to_articles.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20160610135858_add_attributes_to_podcasts.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20160610145259_add_more_attributes_to_podcasts.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20160610155109_add_order_key_to_podcast_episodes.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20160703135819_add_editing_permissions_to_articles.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20160713202608_add_secret_to_users.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20160726230520_add_github_path_to_articles.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20160801212954_add_body_markdown_to_articles.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20160809182110_add_slug_to_organizations.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20160810191937_add_github_username_to_organizations.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20160819025830_add_processed_html_to_podcast_episodes.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20160905190604_create_collection.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20160908145640_add_sponsor_id_to_articles.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20160908151357_add_pattern_image_to_sponsors.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20160926154138_add_polymorphism_to_comments.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20160926164412_create_reactions.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20161013195522_add_colors_to_orgs.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20161018201530_add_canonical_url_to_articles.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20161124212209_add_alt_to_sponsors.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20161208193428_add_collection_id_to_articles.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20161211234357_add_comment_toggle_to_articles.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20161212161130_add_image_background_hex_to_articles.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20161213212554_add_email_settings_to_users.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20161216165302_add_ids_for_other_articles_to_articles.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20161219173922_add_deleted_to_comments.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20161223053926_add_colors_to_users.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20161226180959_add_details_to_users.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20161228210927_add_reputation_modifier_to_users.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20161229054605_add_super_admin_to_users.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20170105141344_add_plit_testing_stuff_to_sponsors_for_real.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20170110154028_add_alt_url_to_sponsors.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20170110170105_add_receive_notifications_to_comments_and_articles.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20170119193031_add_score_to_users.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20170127194840_add_approved_and_paid_to_articles.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20170206214820_add_scret_to_sponsors.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20170206220334_add_start_date_to_sponsors_and_paid.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20170208152018_acts_as_follower_migration.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20170209164016_add_email_follower_notifications.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20170213183337_add_sign_up_information_to_users.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20170216145500_add_location_fields_etc_to_users.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20170228174838_add_identity_data_to_users.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20170302152930_add_attributes_to_tags.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20170303171502_add_social_image_to_tags.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20170303180353_create_features.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20170309162937_add_markdown_character_count_to_comments.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20170310003608_add_comment_lifecycle_attributes.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20170317171912_add_welcome_package_submitted_at_to_users.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20170325040822_create_tweets.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20170330184420_create_github_issues.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20170330222954_change_github_issue_column_name.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20170403135236_add_banned_status_to_users.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20170411145225_add_feed_url_to_users.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20170502162438_add_soundcloud_url_to_podcasts.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20170505210243_change_article_column_default.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20170517172352_add_edited_at_to_comments.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20170521154826_create_blocks.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20170523210349_add_counter_culture_to_models.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20170524160535_add_alias_for_to_tags.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20170531150807_drop_unused_tables.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20170531151548_add_processed_html_to_comments.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20170602152759_add_old_usernames_to_users.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20170607191629_add_block_index_position_to_blocks.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20170610142132_add_text_only_name_to_users.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20170613193616_add_shipping_validated_to_users.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20170615172623_add_shipping_validated_at_to_users.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20170615172941_add_supported_and_keywords_for_search_attributes_to_tags.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20170616191722_add_looking_for_work_to_users.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20170619151747_rolify_create_roles.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20170620145442_add_video_to_articles.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20170620212740_remove_super_admin_from_users.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20170622191911_add_contact_consent_to_users.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20170626211738_add_reactions_count_to_users.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20170627205501_create_notifications.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20170706212815_create_mentions.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20170711195143_add_hotness_score_to_tags.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20170717214026_add_hotness_score_to_articles.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20170718150429_remove_constraint_from_hotness_score.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20170718174233_create_broadcasts.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20170719184042_add_notification_reminder_email_to_users.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20170719211212_create_ahoy_messages.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20170725171619_add_onboarding_package_requested_again_to_users.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20170727002902_add_admin_publish_permission_to_rss.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20170727153841_add_source_url_to_articles.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20170802204604_create_notes.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20170804193835_add_main_tag_for_social_to_articles.rb Replaced hard coded AWS region in carrierwave.rb and sitemaps.rb. Updated legacy migration files to include pre rails 5 version (this resolved new instances on Heroku) (#4874) [deploy] 2019-11-22 09:07:59 -05:00
20170809182148_add_missing_indexes_on_taggings.acts_as_taggable_on_engine.rb Initial commit 2018-02-28 16:11:08 -05:00
20170821154300_add_second_user_id_to_articles.rb Initial commit 2018-02-28 16:11:08 -05:00
20170828165505_add_positive_column_to_reactions.rb Initial commit 2018-02-28 16:11:08 -05:00
20170829164950_add_last_buffered_to_articles.rb Initial commit 2018-02-28 16:11:08 -05:00
20170829190632_add_edited_at_to_articles.rb Initial commit 2018-02-28 16:11:08 -05:00
20170831180005_add_last_moderation_notification_to_users.rb Initial commit 2018-02-28 16:11:08 -05:00
20170831200650_drop_features.rb Initial commit 2018-02-28 16:11:08 -05:00
20170905170750_add_last_notification_activity_to_users.rb Initial commit 2018-02-28 16:11:08 -05:00
20170912012249_create_feedback_messages.rb Initial commit 2018-02-28 16:11:08 -05:00
20170920160022_add_crossposted_at_to_articles.rb Initial commit 2018-02-28 16:11:08 -05:00
20170921205230_add_stripe_id_code_to_users.rb Initial commit 2018-02-28 16:11:08 -05:00
20170921221837_add_automatically_renew_to_articles.rb Initial commit 2018-02-28 16:11:08 -05:00
20171002180944_add_checked_code_of_conduct_to_users.rb Initial commit 2018-02-28 16:11:08 -05:00
20171002195852_add_email_mention_notifications_to_users.rb Initial commit 2018-02-28 16:11:08 -05:00
20171003191547_add_live_now_boolean_to_articles.rb Initial commit 2018-02-28 16:11:08 -05:00
20171003222833_add_secret_to_organizations.rb Initial commit 2018-02-28 16:11:08 -05:00
20171004025750_add_proof_to_orgs.rb Initial commit 2018-02-28 16:11:08 -05:00
20171012215224_create_github_repos.rb Initial commit 2018-02-28 16:11:08 -05:00
20171013180013_add_forked_to_github_repos.rb Initial commit 2018-02-28 16:11:08 -05:00
20171019152130_add_status_notice_column_to_podcasts.rb Initial commit 2018-02-28 16:11:08 -05:00
20171019215638_drop_sponsorships.rb Initial commit 2018-02-28 16:11:08 -05:00
20171020160338_add_location_to_articles.rb Initial commit 2018-02-28 16:11:08 -05:00
20171024171916_add_spaminess_score_to_comments_and_articles.rb Initial commit 2018-02-28 16:11:08 -05:00
20171024193812_drop_sponsors_table.rb Initial commit 2018-02-28 16:11:08 -05:00
20171026214850_add_follow_counter_cache_to_users.rb Initial commit 2018-02-28 16:11:08 -05:00
20171030214855_create_display_ads.rb Initial commit 2018-02-28 16:11:08 -05:00
20171103165851_add_language_to_articles.rb Initial commit 2018-02-28 16:11:08 -05:00
20171104014225_create_flipflop_features.rb Initial commit 2018-02-28 16:11:08 -05:00
20171106203902_add_github_id_code_to_github_repos.rb Initial commit 2018-02-28 16:11:08 -05:00
20171110215815_create_job_opportunities.rb Initial commit 2018-02-28 16:11:08 -05:00
20171110223810_add_job_opportunity_id_to_articles.rb Initial commit 2018-02-28 16:11:08 -05:00
20171116191214_add_language_settings_to_users.rb Initial commit 2018-02-28 16:11:08 -05:00
20171116203319_add_saw_onboarding_to_user.rb Initial commit 2018-02-28 16:11:08 -05:00
20171204171217_drop_links_table.rb Initial commit 2018-02-28 16:11:08 -05:00
20171229192205_change_last_moderation_notification_default_on_user.rb Initial commit 2018-02-28 16:11:08 -05:00
20180103183451_add_missing_indexes.rb Initial commit 2018-02-28 16:11:08 -05:00
20180107004333_add_indexes_to_reactions.rb Initial commit 2018-02-28 16:11:08 -05:00
20180110012012_add_membership_payment_to_user.rb Initial commit 2018-02-28 16:11:08 -05:00
20180111170406_add_facebook_last_buffered_to_articles.rb Initial commit 2018-02-28 16:11:08 -05:00
20180115221125_add_meta_info_to_organizations.rb Initial commit 2018-02-28 16:11:08 -05:00
20180130192627_add_display_sponsors_boolean_to_users.rb Initial commit 2018-02-28 16:11:08 -05:00
20180131183322_add_membership_start_date_to_users.rb Initial commit 2018-02-28 16:11:08 -05:00
20180202171402_add_email_membership_newsletter_to_users.rb Initial commit 2018-02-28 16:11:08 -05:00
20180208210732_add_unique_website_url_boolean_to_podcasts.rb Initial commit 2018-02-28 16:11:08 -05:00
20180209174729_create_events.rb Initial commit 2018-02-28 16:11:08 -05:00
20180210161930_add_cached_tag_list_to_articles.rb Initial commit 2018-02-28 16:11:08 -05:00
20180212153228_add_cached_user_fields_to_articles.rb Initial commit 2018-02-28 16:11:08 -05:00
20180213165354_add_expiration_date_to_user_table.rb Initial commit 2018-02-28 16:11:08 -05:00
20180303210932_add_slug_to_events.rb Show Pages For Events (#30) 2018-03-09 16:46:27 -08:00
20180304151124_add_last_comment_at_to_articles.rb Add Algolia to comments, modify button styles, add comments tab to reading list area (#32) 2018-03-04 22:25:08 -05:00
20180316143921_add_boosted_to_articles.rb Add additional content boxes under posts (#86) 2018-03-16 16:35:54 -04:00
20180316164921_add_tagline_to_organizations.rb Add additional content boxes under posts (#86) 2018-03-16 16:35:54 -04:00
20180316174324_add_permit_adjacent_sponsors_to_users.rb Add additional content boxes under posts (#86) 2018-03-16 16:35:54 -04:00
20180321170500_add_email_digest_periodic_to_user.rb Implement periodic email digest (#123) 2018-03-27 13:29:08 -04:00
20180328194237_create_chat_channels.rb Create Chat app (#175) 2018-04-04 14:19:57 -07:00
20180328194253_create_messages.rb Create Chat app (#175) 2018-04-04 14:19:57 -07:00
20180427160903_add_last_followed_at_to_users.rb Modify query to be more performant and correct 2018-04-27 17:04:09 -04:00
20180502152520_create_badges.rb Implement Badge & BadgeAchievement model (#273) 2018-05-07 13:35:16 -04:00
20180502152621_create_badge_achievements.rb Implement Badge & BadgeAchievement model (#273) 2018-05-07 13:35:16 -04:00
20180502160428_add_email_digest_eligible_to_articles.rb [WIP] Improve article boosting abilities and insights (#237) 2018-05-02 12:24:54 -04:00
20180502174301_add_boost_states_to_articles.rb Add boost states in for real (#270) 2018-05-02 14:14:49 -04:00
20180502213919_add_organization_sidebar_fields.rb Add badges and org cta (#324) 2018-05-17 18:22:37 -04:00
20180507191509_add_video_state_to_articles.rb Add video state column and change endpoint (#286) 2018-05-07 16:34:59 -04:00
20180508165244_add_badge_achievements_count_to_users.rb Add badges and org cta (#324) 2018-05-17 18:22:37 -04:00
20180508170132_add_channel_name_to_chat_channels.rb Implement chatroom (#308) 2018-05-14 12:50:32 -04:00
20180508200948_remove_un_used_attributes_from_models.rb Remove unused code and columns (#292) 2018-05-08 17:09:13 -04:00
20180516173047_change_github_repo_column_default.rb Resolve GitHubRepo issue (#323) 2018-05-16 16:14:14 -04:00
20180516184437_add_rewarding_context_message_to_badges.rb Add badges and org cta (#324) 2018-05-17 18:22:37 -04:00
20180522195341_add_live_columns_to_events.rb Modify and finalize live now for events (#346) 2018-05-23 14:46:46 -04:00
20180531194107_create_chat_channel_memberships.rb Add basic alpha DM functionality to chat (#375) 2018-06-01 16:21:48 -04:00
20180601145801_add_slug_to_chat_channels.rb Add basic alpha DM functionality to chat (#375) 2018-06-01 16:21:48 -04:00
20180601195848_add_last_message_at_to_chat_channels.rb Add basic alpha DM functionality to chat (#375) 2018-06-01 16:21:48 -04:00
20180603160906_add_columns_to_feedback_messages.rb [Done] New Reporting System MVP (#408) 2018-06-19 16:41:31 -04:00
20180604200603_add_rewarding_context_message_markdown_to_badge_achievements.rb Add badge achievemnt context message markdown (#382) 2018-06-04 17:31:01 -04:00
20180606155327_add_new_messages_to_chat_memberships.rb Update chat and modify article score calc indexing (#395) 2018-06-06 16:08:12 -04:00
20180608195204_change_notes_to_polymorphic.rb [Done] New Reporting System MVP (#408) 2018-06-19 16:41:31 -04:00
20180609191539_create_push_notification_subscriptions.rb Add browser push notifications (attempt) (#412) 2018-06-09 17:33:58 -04:00
20180612214259_add_status_to_chat_channels.rb Add top bar indicator and other Connect features (#424) 2018-06-12 18:24:57 -04:00
20180622173538_remove_banned_from_users.rb Add misc specs and remove banned attribute from user model (#484) 2018-06-22 16:06:04 -04:00
20180624230435_create_search_keywords.rb Add search_keywords record and associated functionality (#494) 2018-06-25 11:58:07 -04:00
20180629201047_add_status_to_chat_channel_memberships.rb Add initial invitation framework for chat channels (#528) 2018-07-02 16:31:20 -04:00
20180703142743_add_role_to_chat_channel_memberships.rb Add chat_channel_membership roles and invite functionality (#541) 2018-07-03 13:16:48 -04:00
20180705194536_add_mentorship_columns_to_user.rb Collect Mentorship Info (#551) 2018-07-06 10:56:24 -04:00
20180707162348_add_social_icons_to_user.rb Add proper twitch url migration (#2561) 2019-04-25 17:38:21 -04:00
20180713180709_update_feedback_message_note_system.rb V2 of Reports System (#441) 2018-09-04 17:08:41 -04:00
20180716182629_add_description_to_chat_channels.rb Remove beta label on /connect and other small changes (#589) 2018-07-16 14:48:38 -04:00
20180728201801_add_updated_timestamps_to_users.rb Jess/mentorship form updates (#653) 2018-08-06 13:04:11 -04:00
20180806142338_add_badge_notification_setting_to_chat_channel_memberships.rb Add client-side /connect maxlength and add badge setting on model only (#660) 2018-08-06 10:45:01 -04:00
20180816165158_create_mentor_relationships.rb Update User Dashboard With Mentorship Admin Features (#440) 2018-09-11 15:59:25 -04:00
20180821204032_add_feedback_message_id_to_email.rb V2 of Reports System (#441) 2018-09-04 17:08:41 -04:00
20180824191849_remove_slug_from_feedback_messages.rb V2 of Reports System (#441) 2018-09-04 17:08:41 -04:00
20180826174411_add_email_unread_messages_to_users.rb Fix /connect bug and add email-if-inactive functionality (#482) 2018-08-27 14:29:53 -04:00
20180905013458_add_reading_time_to_articles.rb [WIP] Really simple calculate reading time function (#1283) 2018-12-09 13:42:32 -05:00
20180924201325_create_buffer_updates.rb Add functionality for buffering to different accounts (#752) 2018-09-26 15:51:39 -04:00
20180924204406_add_buffer_profile_id_code_to_tags.rb Add functionality for buffering to different accounts (#752) 2018-09-26 15:51:39 -04:00
20180928161837_add_page_views_count_to_articles.rb Add page_views_count to articles and track from analytics (#761) 2018-09-28 14:33:25 -04:00
20180930015157_add_score_to_articles.rb Ben/add more recent posts to home feed (#775) 2018-09-30 14:05:59 -04:00
20181001225906_create_sail_settings.rb Replace flipflop with sail migrations (#1361) 2018-12-18 16:48:17 -05:00
20181003173949_add_featured_impressions_and_featured_ctr_to_articles.rb Add tracking for home page featured impressions/clicks (#804) 2018-10-03 14:05:00 -04:00
20181005180705_update_feedback_messages_table.rb Fix repeated queries for reports (#835) 2018-10-09 12:42:55 -04:00
20181005200827_add_indices_for_reports.rb Fix repeated queries for reports (#835) 2018-10-09 12:42:55 -04:00
20181008174839_add_editor_version_to_users.rb Add editor version for users to try new editor (#861) 2018-10-08 15:05:20 -04:00
20181010204910_drop_flipflop_features.rb Replace flipflop with sail migrations (#1361) 2018-12-18 16:48:17 -05:00
20181016181008_add_medium_url_to_users.rb Add Medium URL to User's Profile (#943) 2018-10-18 11:39:39 -04:00
20181019195746_create_html_variants.rb Add HTML variants for cta optimization and other nav bar adjustments (#970) 2018-10-22 17:03:57 -04:00
20181020195949_create_html_variant_trials.rb Add HTML variants for cta optimization and other nav bar adjustments (#970) 2018-10-22 17:03:57 -04:00
20181020195954_create_html_variant_successes.rb Add HTML variants for cta optimization and other nav bar adjustments (#970) 2018-10-22 17:03:57 -04:00
20181026112019_add_export_fields_to_users.rb Export articles/posts (#576) 2018-11-21 11:13:36 -05:00
20181026214021_add_columns_to_notifications.rb WIP Refactor/notifications (#1131) 2018-11-19 16:09:02 -05:00
20181111040732_add_gitlab_url_to_users.rb Add GitLab URL field to user profile (#1121) 2018-11-15 16:09:35 -05:00
20181116223239_add_status_to_reactions.rb Add reaction confirm/invalidate workflow for admins (#1134) 2018-11-16 18:53:36 -05:00
20181117145537_add_mastodon_url_to_users.rb Add Mastodon URL to profile (#1137) 2018-12-04 13:24:53 -05:00
20181120170350_add_notified_at_to_notifications.rb Move follow and reaction aggregation into Notification model to avoid… (#1164) 2018-11-20 15:00:21 -05:00
20181127173004_add_mobile_comment_notifications_to_users.rb Add initial ios push notifications to server (#1207) 2018-11-27 17:40:43 -05:00
20181129222416_add_points_to_follows.rb Add point weights for tag follows (#1229) 2018-11-30 15:36:58 -05:00
20181130224531_create_tag_adjustments.rb [WIP] Allow mods to remove tags and send user notification (#1252) 2018-12-04 16:45:32 -05:00
20181219215401_create_api_secrets.rb ApiSecret model for Developer API (#1369) 2019-01-08 12:30:54 -05:00
20181227192353_add_old_usernames_to_organizations.rb Allow Organizations to Update Slug/Username (#1411) 2019-01-10 14:16:43 -05:00
20190109212351_add_comment_template_to_article.rb Add comment template to post (#1692) 2019-01-30 13:32:34 -05:00
20190115155656_add_feed_fetched_at_to_users.rb Add feed_fetched_at for users to not refetch unnecessarily (#1555) 2019-01-15 13:29:11 -05:00
20190121172642_add_inbox_to_user.rb Implement open inbox for dev-connect (#1563) 2019-03-15 14:39:57 -04:00
20190121191754_change_inbox_name.rb Implement open inbox for dev-connect (#1563) 2019-03-15 14:39:57 -04:00
20190129173611_add_last_article_at_to_users.rb Modify cache keys for well-trafficked views. (#1681) 2019-01-29 13:27:22 -05:00
20190129190135_add_organization_to_notifications.rb Organization Notifications (#1762) 2019-02-25 14:25:37 -08:00
20190206164319_add_timestamps_to_tags.rb Improve performance for additional content boxes and tags index (#1750) 2019-02-06 16:50:35 -04:00
20190206222055_add_profile_updated_at_to_users.rb Add profile_updated_at and github_repos_updated_at to avoid extra fet… (#1754) 2019-02-06 20:39:15 -04:00
20190216185753_add_video_duration_in_seconds_to_articles.rb Remove harsh video restriction and add video duration (#1811) 2019-02-16 17:42:44 -04:00
20190227163543_add_experience_level_to_posts.rb Add experience level averaging to articles (#1922) 2019-02-28 08:17:29 -08:00
20190227163803_create_rating_votes.rb Add experience level averaging to articles (#1922) 2019-02-28 08:17:29 -08:00
20190305221008_create_page_views.rb Add page_view model (#1985) 2019-03-07 11:53:33 -08:00
20190306082543_add_index_to_articles_path.rb Optimize stories (#1988) 2019-03-12 16:38:22 -07:00
20190315151829_add_config_to_users.rb Allow users to configure to use night mode (beta) and sans-serif article body (#2072) 2019-03-15 13:11:53 -04:00
20190315222044_add_originally_published_at.rb Add originally published at migration (#2085) 2019-03-16 21:15:29 -04:00
20190318223433_add_organic_page_views_to_articles.rb Add organic page view sums and modify seo boostables (#2109) 2019-03-19 09:32:26 -04:00
20190326085046_add_unique_index_to_notifications.rb Added unique index to notifications #2124 (#2213) 2019-05-01 13:15:06 -04:00
20190327090030_add_indexes_to_indentities.rb Optimize sign in: Identity #2061 (#2231) 2019-03-28 16:10:23 -04:00
20190329103059_add_unique_index_to_users_email.rb Optimize sign in: User (#2237) 2019-04-02 17:12:35 -04:00
20190401100844_add_unique_index_to_users_twitter_usename.rb Unique twitter and github usernames #2061 (#2255) 2019-04-02 18:16:29 -04:00
20190401100850_add_unique_index_to_users_github_usename.rb Unique twitter and github usernames #2061 (#2255) 2019-04-02 18:16:29 -04:00
20190401193017_add_sponsor_link_to_organizations.rb Allow orgs to be marked as sponsors (#2282) 2019-04-01 16:41:25 -04:00
20190401213605_add_sponsorship_order_to_organizations.rb Add sponsors to sponsors page and add sponsor order field (#2284) 2019-04-01 18:24:47 -04:00
20190402224426_add_user_info_to_buffer_updates.rb Add ability for trusted users to suggest social copy for posts (#2306) 2019-04-04 17:01:58 -04:00
20190404102732_allow_null_on_users_email.rb Set users email to nil instead of blank (#2305) 2019-04-08 19:12:56 -04:00
20190405190915_add_mailchimp_lists_to_users.rb Manage tag and community mod lists in Mailchimp (#2362) 2019-04-10 14:45:06 -04:00
20190409123750_create_credits.rb Classified Listings (#2545) 2019-04-24 16:17:01 -04:00
20190410124957_add_index_to_ahoy_messages_to.rb Add index to ahoy_messages to (#2367) 2019-07-30 11:53:52 -04:00
20190412093614_add_comment_indexes.rb Add missing indexes to comments table (#2413) 2019-04-12 06:18:06 -04:00
20190415194929_create_organization_memberships.rb Add OrganizationMembership model (#2471) 2019-04-22 14:08:02 -04:00
20190417171019_add_inbox_instructions_to_users.rb Add inbox guidelines to users (#2473) 2019-04-17 15:49:48 -04:00
20190417171020_create_classified_listings.rb Classified Listings (#2545) 2019-04-24 16:17:01 -04:00
20190420000607_add_twitch_columns_to_user.rb Embed Twitch Live Streaming (#2591) 2019-04-29 18:11:53 -04:00
20190425210432_add_twitch_url_to_users.rb Add proper twitch url migration (#2561) 2019-04-25 17:38:21 -04:00
20190430123156_add_indexes_to_classified_listings.rb Add indexes to classified_listings (#2624) 2019-04-30 09:35:30 -04:00
20190501141654_add_slug_to_classified_listings.rb Create listings permalink (#2637) 2019-05-02 14:14:40 -04:00
20190501180125_add_dark_nav_image_to_organizations.rb Add nightmode image (#2640) 2019-05-01 15:14:18 -04:00
20190501191830_create_pages.rb Add application "page" model (#2657) 2019-05-02 18:24:06 -04:00
20190502165056_add_cached_user_to_articles.rb Create serialized cached user and cached organization for articles (#2658) 2019-05-02 14:42:28 -04:00
20190504015859_add_archived_to_articles.rb Allow archiving of posts (#2798) 2019-05-13 15:40:52 -04:00
20190504131412_add_credits_count_to_users.rb Add credits counter_culter to users and orgs (#2689) 2019-05-04 10:50:48 -04:00
20190521190118_add_articles_count_to_organizations.rb Allow users to belong to multiple orgs (#2583) 2019-06-04 09:30:52 -04:00
20190524214445_add_last_buffered_to_classified_listings.rb Buffer Listings (#2956) 2019-06-14 19:33:19 -04:00
20190525233909_create_polls.rb Beta polls feature (admin use only for now) (#3176) 2019-06-15 17:33:30 -04:00
20190525233918_create_poll_options.rb Beta polls feature (admin use only for now) (#3176) 2019-06-15 17:33:30 -04:00
20190525233934_create_poll_votes.rb Beta polls feature (admin use only for now) (#3176) 2019-06-15 17:33:30 -04:00
20190531085252_remove_notifications_unique_index.rb Change notifications unique indexes #2525 (#3012) 2019-06-13 15:17:50 -04:00
20190531094609_add_unique_user_id_notifications_index.rb Change notifications unique indexes #2525 (#3012) 2019-06-13 15:17:50 -04:00
20190531094926_add_unique_organization_id_notifications_index.rb Change notifications unique indexes #2525 (#3012) 2019-06-13 15:17:50 -04:00
20190603190201_add_onboarding_checklist_to_users.rb Feature/refactored onboarding (#3333) 2019-07-26 15:53:32 -04:00
20190606202826_add_badge_id_to_tags.rb Add badges to key tags (#3074) 2019-06-07 19:09:43 -04:00
20190607110030_add_indexes_for_analytics.rb Analytics: refactoring for speed improvements (#3072) 2019-06-10 09:27:39 -04:00
20190611102309_add_constraints_to_podcasts.rb Podcasts validations (#3123) 2019-06-13 12:45:05 -04:00
20190611102923_add_unique_indexes_to_podcasts.rb Podcasts validations (#3123) 2019-06-13 12:45:05 -04:00
20190611144112_create_notification_subscriptions.rb New Feature: Subscribe to posts! (#3149) 2019-06-14 12:03:43 -04:00
20190611195955_create_poll_skips.rb Beta polls feature (admin use only for now) (#3176) 2019-06-15 17:33:30 -04:00
20190612095748_add_constraints_to_podcast_episodes.rb Podcasts validations (#3123) 2019-06-13 12:45:05 -04:00
20190612095959_add_unique_indexes_to_podcast_episodes.rb Podcasts validations (#3123) 2019-06-13 12:45:05 -04:00
20190612174127_add_checked_terms_and_conditions_to_users.rb Feature/refactored onboarding (#3333) 2019-07-26 15:53:32 -04:00
20190614093041_add_notifications_organization_id_index.rb Added organization_id index to notifications (#3155) 2019-06-14 09:29:15 -04:00
20190616024727_add_is_top_level_path_to_pages.rb Further generalize pages and site Twitter handle (#3177) 2019-06-16 00:59:11 -04:00
20190616053854_create_profile_pins.rb Add pinned articles box to profiles (#3269) 2019-06-24 15:18:29 -04:00
20190617101811_remove_mentorship_columns_from_user.rb Remove code for legacy mentoring feature (#3186) 2019-06-21 17:18:11 -04:00
20190617102149_drop_mentor_relationships.rb Remove code for legacy mentoring feature (#3186) 2019-06-21 17:18:11 -04:00
20190619153428_add_subscription_status_to_follows.rb Add backend functionality for muting users you follow (#3240) 2019-06-20 11:28:50 -04:00
20190624093012_add_domain_and_path_to_page_views.rb Pro: add referrers to dashboard and single article stats (#3295) 2019-06-25 13:58:09 -04:00
20190625143841_add_index_to_page_view_domain.rb Pro: add referrers to dashboard and single article stats (#3295) 2019-06-25 13:58:09 -04:00
20190626022355_add_instagram_url_to_users.rb Add Instagram URL to profile links (#3307) 2019-06-26 08:56:07 -04:00
20190626221336_add_additional_sponsor_options_to_organizations.rb Self-serve sponsorship options (#3371) 2019-07-03 12:04:03 -04:00
20190628123548_add_reachable_to_podcasts.rb Podcasts reachable status #2952 (#3341) 2019-07-02 09:18:27 -04:00
20190702194019_add_location_to_classified_listings.rb Add location to listings (#3370) 2019-07-10 12:45:41 -04:00
20190703003817_create_backup_data_table.rb Add functionality to remove and recover identity (#3377) 2019-07-03 12:01:16 -04:00
20190704082551_add_purchase_to_credits.rb Credits ledger (#3395) 2019-07-09 10:11:18 -04:00
20190704091636_add_index_to_credits_spent.rb Credits ledger (#3395) 2019-07-09 10:11:18 -04:00
20190704105143_add_spent_at_and_remove_spent_on_for_credits.rb Credits ledger (#3395) 2019-07-09 10:11:18 -04:00
20190705111810_add_reachable_to_podcast_episodes.rb Podcast episodes statuses #2952 (#3386) 2019-07-12 10:03:57 -04:00
20190705114625_add_https_status_to_podcast_episodes.rb Podcast episodes statuses #2952 (#3386) 2019-07-12 10:03:57 -04:00
20190708105607_create_audit_logs.rb Implement Moderators audit logs (#3449) 2019-10-23 10:30:45 -04:00
20190709192214_add_feed_referential_link_to_users.rb Make RSS's self-referential link an option (#3428) 2019-07-09 17:34:21 -04:00
20190710081915_create_new_sponsorships.rb Sponsorship: add model (step 1) (#3438) 2019-07-10 15:58:37 -04:00
20190711070019_remove_sponsorship_old_columns.rb Sponsorship: remove old columns (step 3) (#3446) 2019-07-11 15:35:24 -04:00
20190711093610_create_pro_memberships.rb Pro: memberships (#3461) 2019-09-24 10:38:54 -07:00
20190713213412_create_display_ad_events.rb Track success of DEV Shop ads (#3589) 2019-07-31 13:44:47 -04:00
20190713225409_add_success_rate_to_display_ads.rb Track success of DEV Shop ads (#3589) 2019-07-31 13:44:47 -04:00
20190717220437_create_doorkeeper_tables.rb Implement Doorkeeper gem (#3504) 2019-07-31 10:30:58 -04:00
20190717224405_add_last_onboarding_page_to_users.rb Feature/refactored onboarding (#3333) 2019-07-26 15:53:32 -04:00
20190723094834_add_index_to_podcasts_episodes.rb Don't hide podcasts if they have reachable episodes (#3532) 2019-07-26 11:33:31 -04:00
20190801083510_add_published_to_podcasts.rb Introduced published field to podcasts (#3593) 2019-08-01 09:29:13 -04:00
20190801132654_add_additional_columns_to_audit_log.rb Implement Moderators audit logs (#3449) 2019-10-23 10:30:45 -04:00
20190818191954_add_onboarding_variant_to_users.rb Add random variants to onboarding for a/b testing (#3742) 2019-08-18 18:30:22 -04:00
20190819104106_create_webhook_endpoints.rb Implement webhook & API endpoints #3715 (#3783) 2019-08-29 10:23:41 -04:00
20190822162434_add_expires_at_to_classified_listings.rb Listings set custom expiry date (#3770) 2019-08-23 17:33:50 -04:00
20190827163358_add_mod_notifications_to_users.rb Improve mod roundrobin notification and internal tooling (#3855) 2019-08-27 21:54:09 -04:00
20190906193806_add_jsonb_data_column_to_audit_logs.rb Implement Moderators audit logs (#3449) 2019-10-23 10:30:45 -04:00
20190910153845_add_index_to_notifications_notified_at.rb Add index to notifications.notified_at (#3999) 2019-09-12 13:11:31 -07:00
20190918104106_add_oauth_application_id_to_webhook_endpoints.rb Added association between webhook_endpoints and oauth apps (#4060) 2019-09-18 13:25:40 -07:00
20190925171050_create_user_blocks.rb New Feature: Block Users (#4411) 2019-10-23 17:14:28 -04:00
20190925193205_add_blocked_count_to_users.rb New Feature: Block Users (#4411) 2019-10-23 17:14:28 -04:00
20191016135034_add_config_navbar_to_users.rb Add new font and theme config, plus new navbar config option (#4462) 2019-10-24 08:38:46 -04:00
20191025185619_add_old_username_index_to_users.rb Add guard clause to migration to check for index before attempting to add or remove it (#4644) 2019-10-28 15:27:31 -04:00
20191025202354_add_articles_index_for_feed_source_url.rb Add index to feed source url column on articles (#4595) 2019-10-28 16:32:19 -04:00
20191031131016_add_created_at_index_to_users.rb Add disable_ddl_transaction to user created_at migration (#4736) [deploy] 2019-11-06 17:01:44 -05:00
20191106095242_create_site_configs.rb Add site config and remove sail (#4729) 2019-11-08 13:27:44 -05:00
20191106102826_drop_sail_settings.rb Add site config and remove sail (#4729) 2019-11-08 13:27:44 -05:00
20191108153914_add_hidden_by_commentable_user_to_comments.rb Hide comment feature (#4944) 2019-12-10 15:09:47 -05:00
20191203114809_add_missing_foreign_keys_tag_adjustments.rb Add missing foreign keys to tag_adjustments (#4994) [deploy] 2019-12-03 09:48:43 -06:00
20191203160028_add_missing_foreign_keys_api_secrets_listings_identities.rb Add missing fks to api_secrets, listings and identities (#4997) [deploy] 2019-12-03 10:59:13 -06:00
20191203171558_add_missing_foreign_keys_notifications_subs_page_views_users_roles.rb Add FKs to notifications_subscriptions, page_views and users_roles (#4999) [deploy] 2019-12-04 10:14:57 -06:00
20191210144342_add_any_comments_hidden_to_articles.rb Hide comment feature (#4944) 2019-12-10 15:09:47 -05:00
20191215145706_add_edited_at_to_messages.rb 🚀Feature/ability to edit messages (#5139) [deploy] 2019-12-20 10:19:00 -05:00
20191220120243_add_create_by_user_id_to_podcasts.rb Creating podcasts by users (#3730) [deploy] 2020-01-08 16:14:25 -05:00
20191223202251_add_nth_published.rb Redo /mod for performance and usability (#5230) [deploy] 2019-12-23 18:10:25 -05:00
20191226202114_add_created_at_index_to_notifications.rb add index to created_at for notifications (#5251) [deploy] 2019-12-27 08:57:40 -06:00
20191227113154_drop_push_notification_subscriptions.rb Remove PushNotificationSubscription (#5258) [deploy] 2019-12-27 13:45:38 -06:00
20191227114543_drop_search_keywords.rb Remove search keywords (#5259) [deploy] 2019-12-27 12:40:20 -05:00
20200106074859_create_user_counters.rb User counters using PostgreSQL JSON (#5373) [deploy] 2020-02-03 10:35:08 -05:00
20200117135558_add_comment_score_to_articles.rb Add article.comment_score metric calc and tracking (#5560) [deploy] 2020-01-19 15:21:19 -05:00
20200117135902_add_comment_score_index_to_articles.rb Add article.comment_score metric calc and tracking (#5560) [deploy] 2020-01-19 15:21:19 -05:00
20200119214529_add_organization_info_updated_at_to_users.rb Add organizations to user profile (#5583) [deploy] 2020-01-27 13:31:27 -05:00
20200120053525_add_banished_users_table.rb Introduce BanishedUser table (#5589) [deploy] 2020-01-21 17:15:58 -05:00
20200125204226_add_moderator_chat_channel_id_to_tags.rb Add mod channel automation to tags (#5731) [deploy] 2020-02-06 16:27:12 -05:00
20200205225813_add_notifiable_id_notifiable_type_action_index_to_notifications.rb Add index to notifications to optimize query (#5921) [deploy] 2020-02-06 08:49:25 -08:00
20200211192415_create_data_update_scripts.rb Set Up Framework For Running Data Update Scripts (#6025) [deploy] 2020-02-13 10:48:23 -05:00
20200212164359_add_reactable_type_reactable_id_index_to_reactions.rb Add sink user service and specs for mass vomits (#6006) 2020-02-17 10:29:50 -05:00
20200213182938_drop_delayed_job_table.rb Remove delayed_job (#6071) [deploy] 2020-02-14 10:00:26 -08:00
20200221170905_remove_user_organization_id.rb Enable strong-migrations in all environments (#6279) [deploy] 2020-02-24 11:12:49 -05:00
20200221184007_create_field_test_memberships.rb Add field test gem to establish a/b testing (#6283) [deploy] 2020-03-03 10:21:29 -05:00
20200222164815_create_field_test_events.rb Add field test gem to establish a/b testing (#6283) [deploy] 2020-03-03 10:21:29 -05:00
20200224153122_add_title_website_url_indexes_to_podcast_episodes.rb Use builtin Rails index_exists? for indices (#6293) 2020-02-26 11:05:23 -05:00
20200225104037_add_social_preview_template_to_tags.rb Custom social preview template for tags (#6290) [deploy] 2020-02-27 17:56:21 -05:00
20200226081611_add_index_to_tags_social_preview_template.rb Custom social preview template for tags (#6290) [deploy] 2020-02-27 17:56:21 -05:00
20200226192145_add_active_to_broadcasts.rb Add active attribute to Broadcasts (#6318) [deploy] 2020-02-26 16:44:27 -05:00
20200226205549_create_email_authorization_table.rb [deploy] Add EmailAuthorization model (#6335) 2020-03-02 12:14:24 -05:00
20200226210111_validate_create_email_authorization_table.rb [deploy] Add EmailAuthorization model (#6335) 2020-03-02 12:14:24 -05:00
20200227214321_remove_sent_from_broadcasts.rb Remove sent attribute from broadcasts table (#6350) [deploy] 2020-02-27 17:36:26 -05:00
20200303222558_add_context_to_rating_votes.rb Create implicit experience level rating vote upon creating of readinglist reaction (#6522) [deploy] 2020-03-10 10:59:49 -04:00
20200304164719_install_blazer.rb install Blazer for querying the database (#6459) [deploy] 2020-03-05 08:07:58 -05:00
20200304220534_remove_user_shipping_fields.rb Remove Shipping Fields from Users (#6477) [deploy] 2020-03-05 13:41:09 -05:00
20200308144606_add_intdex_to_rating_votes.rb Create implicit experience level rating vote upon creating of readinglist reaction (#6522) [deploy] 2020-03-10 10:59:49 -04:00
20200311170959_create_response_templates_table.rb Add response templates model and table (#6615) 2020-03-16 09:52:03 +07:00
20200324113133_remove_unused_columns_from_display_ad_events.rb Remove unused columns from display_ad_events (#6806) [deploy] 2020-03-25 17:47:05 -04:00
20200324170819_add_welcome_notifications_to_users.rb Allow users to opt-out of welcome notifications (#6852) [deploy] 2020-03-26 11:26:19 -07:00
20200326110404_remove_unused_columns_from_display_ads.rb Remove unused columns in display_ads (#6859) 2020-03-27 10:05:46 +01:00
20200326111645_remove_unused_columns_from_articles.rb Remove unused columns from articles (#6860) [deploy] 2020-03-27 17:04:13 +01:00
20200329103305_drop_job_opportunities.rb Remove job_opportunities table (#6932) 2020-03-30 12:08:10 -04:00
20200331155903_remove_unused_columns_from_tags.rb [deploy] Remove unused tags columns (#6977) 2020-04-03 10:40:45 -04:00
20200403203054_add_response_template_index_user_id_type_of.rb [deploy] Finalize and add response templates feature (#7068) 2020-04-16 15:53:29 -04:00
20200405103927_add_column_chat_action_to_messages.rb [deploy] 🚀Feature: chat action messages if a member added, left or removed from the group (#7105) 2020-04-08 18:14:34 -04:00
20200407081312_remove_unused_columns_from_poll_options.rb Remove unused columns from poll options (#7124) 2020-04-07 13:15:45 -04:00
20200407083405_remove_unused_columns_from_polls.rb Remove unused columns from polls (#7125) 2020-04-07 15:49:11 +02:00
20200407083732_remove_unused_columns_from_podcast_episodes.rb Remove unused columns from podcast_episodes (#7126) 2020-04-07 14:24:05 -04:00
20200407084807_remove_unused_columns_from_pages.rb [deploy] Remove unused columns from pages (#7127) 2020-04-08 09:54:10 +02:00
20200407090218_remove_unused_columns_from_tweets.rb Remove unused columns from tweets (#7128) 2020-04-07 13:19:19 -04:00
20200407090914_remove_unused_columns_from_organizations.rb [deploy] Remove unused columns from organizations (#7129) 2020-04-07 12:43:10 -04:00
20200407091449_remove_unused_columns_from_users.rb [deploy] Remove unused columns from users (#7131) 2020-04-07 11:13:20 -04:00
20200409043946_create_classified_listing_categories.rb [deploy] Introduce ClassifiedListingCategory model (#7172) 2020-04-13 09:01:58 -04:00
20200409050122_add_listing_category_to_classified_listing.rb Fix broken migration after strong_migrations 0.6.4 (#7562) 2020-04-28 09:42:17 -04:00
20200411085952_add_column_discoverable_to_chat_channels.rb [deploy] 🚀 Feature: Ability to search discoverable channels and send request to join (#7385) 2020-05-11 09:29:15 -04:00
20200412194408_create_user_optional_fields.rb [deploy] Add optional fields to user (#7246) 2020-04-28 15:42:41 -04:00
20200420130910_add_unique_index_to_badges_slug.rb [deploy] Fix badges slug migration (#7392) 2020-04-20 10:55:24 -05:00
20200426124118_add_youtube_to_user.rb [deploy] Saving youtube url (#7516) 2020-04-27 14:14:07 -04:00
20200427094852_add_confirmation_token_to_email_authorization.rb [deploy] Add automated email ownership emails (#7556) 2020-05-06 12:07:54 -05:00
20200427233631_remove_user_id_type_of_index_from_email_authorization_table.rb [deploy] Add automated email ownership emails (#7556) 2020-05-06 12:07:54 -05:00
20200501032629_remove_category_from_classified_listing.rb [deploy] Remove column and minor cleanup (#7642) 2020-05-03 11:52:03 -04:00
20200504075409_add_social_preview_columns_to_classified_listing_categories.rb Refactor classified listing social previews (#7679) 2020-05-06 14:00:09 -04:00
20200511224704_add_query_friendly_admin_fields_to_articles.rb [deploy] Add query-friendly article additions (Initial step) (#7794) 2020-05-13 16:59:41 -04:00
20200514162708_add_apple_authentication_fields.rb Add Sign in with Apple (#11934) 2020-12-18 10:22:33 -06:00
20200514163014_add_index_to_users_apple_username.rb Add Sign in with Apple (#11934) 2020-12-18 10:22:33 -06:00
20200514212601_add_public_reactions_count_columns.rb [deploy] Add public reactions count columns (#7919) 2020-05-18 11:34:30 -04:00
20200515085746_remove_articles_live_now.rb [deploy] Removed articles.live_now column (#7879) 2020-05-15 11:37:28 -04:00
20200519220213_create_flipper_tables.rb Add Feature Flags support to DEV (#7996) 2020-05-26 15:26:33 -05:00
20200520091835_add_unique_index_to_webhook_endpoints_target_url.rb Add missing unique indexes - part 1 (#7977) 2020-05-21 12:09:06 +02:00
20200520092247_add_unique_index_to_tag_adjustments_tag_name.rb Add missing unique indexes - part 1 (#7977) 2020-05-21 12:09:06 +02:00
20200520092613_add_unique_index_to_response_templates_content.rb Add missing unique indexes - part 1 (#7977) 2020-05-21 12:09:06 +02:00
20200520092938_add_unique_index_to_profile_pins_pinnable_id.rb Add missing unique indexes - part 1 (#7977) 2020-05-21 12:09:06 +02:00
20200520092951_add_unique_index_to_poll_votes_poll_id.rb Add missing unique indexes - part 1 (#7977) 2020-05-21 12:09:06 +02:00
20200521103848_add_unique_index_to_reactions_user_id.rb [deploy] Add missing unique indexes - part 2 (#8002) 2020-05-21 14:15:49 -05:00
20200521103911_add_unique_index_to_notification_subscriptions_user_id.rb [deploy] Add missing unique indexes - part 2 (#8002) 2020-05-21 14:15:49 -05:00
20200521103935_add_unique_index_to_mentions_user_id.rb [deploy] Add missing unique indexes - part 2 (#8002) 2020-05-21 14:15:49 -05:00
20200521103952_add_unique_index_to_html_variants_name.rb [deploy] Add missing unique indexes - part 2 (#8002) 2020-05-21 14:15:49 -05:00
20200521153435_remove_pro_memberships.rb [deploy] Remove ProMembership Table and Factory (#8020) 2020-05-22 13:13:20 -05:00
20200525115740_add_unique_index_to_github_repo_url_github_id_code.rb [deploy] Add unique indexes - part 3 (#8050) 2020-05-26 08:34:53 -05:00
20200525120420_add_unique_index_to_data_update_script_filename.rb [deploy] Add unique indexes - part 3 (#8050) 2020-05-26 08:34:53 -05:00
20200525120642_add_unique_index_to_collection_slug.rb [deploy] Add unique indexes - part 3 (#8050) 2020-05-26 08:34:53 -05:00
20200525125611_add_unique_index_to_github_issue_url.rb [deploy] Add unique indexes - part 3 (#8050) 2020-05-26 08:34:53 -05:00
20200526144234_add_unique_index_to_organizations_secret.rb Add unique indexes - part 4 (#8059) 2020-05-27 09:29:20 +02:00
20200526145731_add_unique_index_to_chat_channel_memberships_chat_channel_id.rb Add unique indexes - part 4 (#8059) 2020-05-27 09:29:20 +02:00
20200526151431_add_unique_index_to_chat_channels_slug.rb Add unique indexes - part 4 (#8059) 2020-05-27 09:29:20 +02:00
20200526151807_add_unique_index_to_badge_achievements_badge_id.rb Add unique indexes - part 4 (#8059) 2020-05-27 09:29:20 +02:00
20200527161505_create_path_redirect.rb [deploy] Add path_redirects table and internal view (#8161) 2020-06-05 10:28:33 -04:00
20200530084533_add_timestamps_to_broadcasts.rb Add timestamps to broadcasts (#8181) 2020-06-01 18:11:38 +02:00
20200601121243_add_unique_indexes_to_comments_body_markdown_user_id_ancestry_commentable.rb [deploy] Add If Statements to Skip Migrations If Index Exists (#8236) 2020-06-02 11:43:50 -05:00
20200602174329_add_unique_index_to_broadcasts.rb [deploy] Commit migration file (#8272) 2020-06-04 10:11:56 -04:00
20200604133925_add_unique_index_to_notifications_user_id_organization_id_notifiable_action.rb Add missing unique indexes to notifications (#8273) 2020-06-05 09:19:22 +02:00
20200605170430_add_payment_pointer_to_users.rb [deploy] Allow users to set a payment pointer for their content (#8304) 2020-06-09 16:28:16 -04:00
20200605183117_add_display_announcements_boolean_to_users.rb Allow Users to Opt-out of Announcements (#8343) [deploy] 2020-06-09 13:44:10 -06:00
20200608175130_add_banner_style_to_broadcasts.rb Provide default crayon styles when creating banners (#8361) [deploy] 2020-06-09 11:26:14 -07:00
20200609191943_add_body_json_to_page.rb Add json template to Pages (#8357) 2020-06-10 09:42:15 -05:00
20200609192545_create_user_subscriptions.rb [deploy] Email signups liquid tag backend (#8375) 2020-06-15 09:33:34 -04:00
20200609195523_add_active_status_updated_at_to_broadcasts.rb Add active_status_updated_at to the Broadcasts Table (#8451) [deploy] 2020-06-16 13:04:14 -06:00
20200612140153_drop_user_counters.rb [deploy] Remove user_counters table (#8445) 2020-06-15 11:46:02 -04:00
20200615213003_remove_unused_indexes.rb [deploy] Optimization: Remove unused indexes from Postgres (#8693) 2020-06-16 11:13:38 -05:00
20200616200005_add_index_to_articles_public_reactions_counts.rb [deploy] Optimization: Add Index to Article Public Reaction Counts for Sorting (#8716) 2020-06-16 18:00:25 -04:00
20200617014320_add_subscriber_email_to_user_subscriptions.rb [deploy] Add subscriber_email to user_subscriptions & more backend updates (#8723) 2020-06-18 14:40:08 -04:00
20200617014509_add_subscriber_email_index_to_user_subscriptions.rb [deploy] Add subscriber_email to user_subscriptions & more backend updates (#8723) 2020-06-18 14:40:08 -04:00
20200617183058_create_ahoy_visits_and_events.rb Add ahoy + welcome notification tracking (#8758) [deploy] 2020-06-18 13:40:14 -07:00
20200618212422_add_subscribed_to_user_subscriptions_count_to_users.rb [deploy] User subscriptions API and backend updates (#8779) 2020-06-23 13:43:32 -04:00
20200702143618_add_unique_index_to_follows_followable_follower.rb [deploy] Add unique indexes to follows - part 7 (#8215) 2020-07-06 11:15:56 -05:00
20200706184804_add_user_subscriptions_count_to_articles.rb [deploy] Add subscriptions to the dashboard (#9161) 2020-07-08 08:31:03 -04:00
20200707170245_add_polymorphism_to_broadcasts.rb Add Polymorphism to Broadcasts (Part 1) (#9231) [deploy] 2020-07-13 09:36:19 -06:00
20200707173316_create_announcements.rb Add Polymorphism to Broadcasts (Part 1) (#9231) [deploy] 2020-07-13 09:36:19 -06:00
20200707173524_create_welcome_notifications.rb Add Polymorphism to Broadcasts (Part 1) (#9231) [deploy] 2020-07-13 09:36:19 -06:00
20200710174257_add_index_to_broadcasts.rb Add Polymorphism to Broadcasts (Part 1) (#9231) [deploy] 2020-07-13 09:36:19 -06:00
20200712150048_devise_invitable_add_to_users.rb [deploy] Invite users to join and create password (#9294) 2020-07-15 11:37:19 -04:00
20200716125857_remove_path_redirects.rb [deploy] Remove path redirects (#9350) 2020-07-16 09:35:42 -04:00
20200717203432_remove_blocks_table.rb [deploy] Refactor:Drop Blocks Table (#9373) 2020-07-17 16:29:05 -05:00
20200717220654_change_broadcast_and_github_issue_pks_to_bigint.rb [deploy] Optimization:Change Broadcast and GithubIssue PKs to Bigint (#9372) 2020-07-19 17:41:37 -05:00
20200719205123_change_mentions_and_notes_pks_to_bigint.rb [deploy] Optimization:Change Primary Keys on Mentions and Notes to Bigint (#9393) 2020-07-20 09:04:18 -05:00
20200720143134_change_role_p_kto_bigint.rb [deploy] Optimization:Change Role PKs from Int to Bigint (#9403) 2020-07-20 12:26:55 -05:00
20200720213710_change_tweet_p_kto_bigint.rb [deploy] Optimization:Change Tweet Primary Key to Bigint (#9409) 2020-07-21 08:08:52 -05:00
20200721213341_change_podcast_p_ksto_bigint.rb [deploy] Optimization:Change Podcast and Episode PKs to Bigints (#9423) 2020-07-22 09:15:10 -05:00
20200723180841_create_new_comments_body_markdown_index.rb [deploy] Optimization:Recreate Comments Index with Digest Hash (#9474) 2020-07-25 14:32:00 -05:00
20200723203155_change_mentions_notes_podcasts_roles_related_ids_to_bigints.rb [deploy] Optimization:Change Mentions, Notes, Podcasts, Roles Related Ids To Bigints (#9477) 2020-07-25 16:11:26 -05:00
20200725215546_change_small_table_related_ids_to_bigints.rb [deploy] Optimization:Change Multiple Small Table Column IDs to Bigints (#9513) 2020-07-26 16:16:13 -05:00
20200726215928_change_tag_ids_to_bigints.rb [deploy] Optimization:Change Tag Related IDs to Bigints (#9533) 2020-07-27 10:51:56 -05:00
20200727052235_add_lockable_to_devise.rb [deploy] Activate Devise::Lockable (#9535) 2020-07-30 10:28:51 -04:00
20200727163200_change_comment_ad_events_github_code_ints_to_bigints.rb [deploy] Optimization:Change Comment, Ad Events, and Github ID Code Ints to Bigints (#9543) 2020-07-28 14:35:03 -05:00
20200731033002_drop_user_optional_fields.rb [deploy] Remove UserOptionalField (#9579) 2020-07-31 09:59:48 -04:00
20200731041554_create_profile_fields.rb [deploy] Add ProfileField model (#9580) 2020-08-03 16:16:50 -04:00
20200803193841_update_user_follow_identity_reaction_pks_to_bigints.rb [deploy] Update Users, Follows, Identities, and Reaction Pks to Bigints (#9615) 2020-08-06 18:27:08 -05:00
20200804035648_add_description_to_profile_fields.rb [deploy] Seed profile fields (#9605) 2020-08-05 10:11:30 -04:00
20200805050048_add_group_to_profile_fields.rb [deploy] Seed profile fields (#9605) 2020-08-05 10:11:30 -04:00
20200805100552_add_missing_foreign_keys_to_ahoy_models.rb [deploy] Add foreign keys to Ahoy models (#9636) 2020-08-11 20:46:17 +02:00
20200805102249_validate_add_missing_foreign_keys_to_ahoy_models.rb [deploy] Add foreign keys to Ahoy models (#9636) 2020-08-11 20:46:17 +02:00
20200806052718_create_profiles.rb Add profile model (#9648) 2020-08-11 10:15:22 +07:00
20200806193438_large_table_primary_keys_to_bigints.rb [deploy] Optimization: Change Large Table Primary Keys to Bigints (#9476) 2020-08-08 18:45:01 -05:00
20200809200631_final_bigint_migration.rb [deploy] Optimization:Migrate Final Small Table PKs to Bigints (#9706) 2020-08-11 15:51:54 -05:00
20200811044202_add_attribute_name_to_profile_field.rb [deploy] Start using profile model (#9724) 2020-08-17 09:57:50 +07:00
20200813031851_add_unique_index_to_profiles.rb [deploy] Migrate profile data (#9750) 2020-08-20 11:17:57 +07:00
20200813042118_add_reaction_notifications_to_users.rb [deploy] Add ability to turn off reaction notifications in notification settings (#9435) 2020-08-23 16:54:36 +02:00
20200814142425_add_missing_foreign_keys_to_display_ad_events.rb [deploy] Add missing foreign keys to DisplayAdEvent (#9786) 2020-08-17 16:46:40 +02:00
20200814142648_validate_add_missing_foreign_keys_to_display_ad_events.rb [deploy] Add missing foreign keys to DisplayAdEvent (#9786) 2020-08-17 16:46:40 +02:00
20200817205048_create_listing_endorsements.rb [deploy] Listing endorsements: models setup (#9841) 2020-08-20 11:13:44 +02:00
20200818101637_add_missing_foreign_keys_to_html_variants_models.rb [deploy] Add relations and foreign keys between HtmlVariant related models (#9846) 2020-08-18 11:33:38 -04:00
20200818101700_validate_add_missing_foreign_keys_to_html_variants_models.rb [deploy] Add relations and foreign keys between HtmlVariant related models (#9846) 2020-08-18 11:33:38 -04:00
20200818163445_add_missing_foreign_keys_to_poll_models.rb [deploy] Add relations and foreign keys between Poll related models (#9854) 2020-08-20 11:14:54 +02:00
20200818163834_validate_add_missing_foreign_keys_to_poll_models.rb [deploy] Add relations and foreign keys between Poll related models (#9854) 2020-08-20 11:14:54 +02:00
20200818202007_add_facebook_login_fields.rb [deploy] Log in with Facebook (#9922) 2020-08-26 12:04:20 -04:00
20200819162917_add_facebook_login_fields_index.rb [deploy] Log in with Facebook (#9922) 2020-08-26 12:04:20 -04:00
20200820055018_add_display_colums_to_profile_fields.rb Add display columns to ProfileField (#9886) 2020-08-21 10:25:54 +07:00
20200820093731_add_missing_foreign_keys_to_podcast_episodes.rb [deploy] Add relations and foreign keys between Podcast related models (#9888) 2020-08-20 16:53:53 +02:00
20200820093752_validate_add_missing_foreign_keys_to_podcast_episodes.rb [deploy] Add relations and foreign keys between Podcast related models (#9888) 2020-08-20 16:53:53 +02:00
20200821035520_remove_active_from_profile_field.rb [deploy] Stop using ProfileField#active Part 2 (#9911) 2020-08-24 13:13:51 +07:00
20200822092853_add_missing_foreign_keys_to_models_related_to_organizations.rb [deploy] Add foreign keys to models related to Organization (#9933) 2020-08-25 20:20:47 +02:00
20200826072259_create_profile_field_groups.rb [deploy] Introduce ProfileFieldGroup model (#10007) 2020-08-28 10:51:33 +07:00
20200826072722_add_profile_field_group_to_profile_field.rb [deploy] Introduce ProfileFieldGroup model (#10007) 2020-08-28 10:51:33 +07:00
20200826131359_add_missing_foreign_keys_to_models_related_to_articles.rb [deploy] Add foreign keys between buffer_updates, rating_votes and articles (#10016) 2020-08-29 00:00:28 +02:00
20200826132009_validate_add_missing_foreign_keys_to_articles_related_models.rb [deploy] Add foreign keys between buffer_updates, rating_votes and articles (#10016) 2020-08-29 00:00:28 +02:00
20200826132639_add_missing_foreign_keys_to_models_related_to_users.rb [deploy] Add missing foreign keys to models related to users (#10018) 2020-08-31 15:39:57 +02:00
20200827073520_set_user_subscription_sourceable_columns_to_null.rb [deploy] Set UserSubscription sourceable columns to nullable (#10033) 2020-08-27 16:25:48 +02:00
20200828032013_validate_foreign_key_on_profile_field.rb [deploy] Introduce ProfileFieldGroup model (#10007) 2020-08-28 10:51:33 +07:00
20200828045600_remove_group_from_profile_fields.rb [deploy] Remove group column from profile_fields (#10046) 2020-08-31 10:18:13 -04:00
20200901084210_add_unique_index_to_articles_slug_user_id.rb [deploy] Add unique index on articles slug user_id (#10126) 2020-09-01 18:35:03 +02:00
20200902132326_add_unique_index_to_articles_canonical_url.rb [deploy] Add unique index on articles canonical_url (#10161) 2020-09-04 14:19:13 -05:00
20200902204028_add_user_id_mailer_index_to_ahoy_messages.rb [deploy] Optimization:Add Index for User ID and Mailer to Ahoy Messages (#10175) 2020-09-03 12:18:07 -05:00
20200904040009_create_custom_profile_fields.rb Add custom profile fields (#10202) 2020-09-09 14:37:15 +00:00
20200904151734_add_unique_index_to_articles_feed_source_url.rb [deploy] Add unique index on articles feed_source_url (#10208) 2020-09-08 14:34:34 -05:00
20200910155145_add_co_author_ids_to_articles.rb [deploy] Add co_author_ids to Articles (#10339) 2020-10-02 11:06:11 -04:00
20200910205316_remove_active_from_profile_fields2.rb [deploy] Bug Fix: Add New Migration to Remove Active from Profile Fields (#10279) 2020-09-11 08:49:27 +02:00
20200911140318_add_unique_index_to_articles_user_id_title_body_markdown.rb [deploy] Add unique index on articles user_id, title and body_markdown (#10284) 2020-09-14 16:11:12 +02:00
20200914143753_add_missing_foreign_keys_to_ahoy_messages.rb [deploy] Add missing foreign keys to ahoy_messages and articles (#10321) 2020-09-16 19:47:03 +02:00
20200914144033_validate_add_missing_foreign_keys_to_ahoy_messages.rb [deploy] Add missing foreign keys to ahoy_messages and articles (#10321) 2020-09-16 19:47:03 +02:00
20200914144157_add_missing_foreign_keys_to_articles.rb [deploy] Add missing foreign keys to ahoy_messages and articles (#10321) 2020-09-16 19:47:03 +02:00
20200914145500_validate_add_missing_foreign_keys_to_articles.rb [deploy] Add missing foreign keys to ahoy_messages and articles (#10321) 2020-09-16 19:47:03 +02:00
20200917114525_originally_published_at_for_listing.rb Showing date in listing tile (#10217) 2020-09-21 10:14:26 +02:00
20200917141134_add_missing_foreign_keys_to_backup_data_badge_achievements_banished_users_buffer_updates.rb [deploy] Add missing FKs to BadgeAchievements BanishedUsers BufferUpdates (#10366) 2020-09-29 21:43:14 +02:00
20200917141154_validate_missing_foreign_keys_to_backup_data_badge_achievements_banished_users_buffer_updates.rb [deploy] Add missing FKs to BadgeAchievements BanishedUsers BufferUpdates (#10366) 2020-09-29 21:43:14 +02:00
20200917154147_add_missing_foreign_keys_to_feedback_messages_notes_tags_users_roles.rb [deploy] Add missing FKs to FeedbackMessage, Note, Taggings, Tag, and UserRole (#10376) 2020-09-29 16:49:47 +02:00
20200917154234_validate_missing_foreign_keys_to_feedback_messages_notes_tags_users_roles.rb [deploy] Add missing FKs to FeedbackMessage, Note, Taggings, Tag, and UserRole (#10376) 2020-09-29 16:49:47 +02:00
20200917154256_add_missing_foreign_keys_to_taggings.rb [deploy] Add missing FKs to FeedbackMessage, Note, Taggings, Tag, and UserRole (#10376) 2020-09-29 16:49:47 +02:00
20200917154306_validate_missing_foreign_keys_to_taggings.rb [deploy] Add missing FKs to FeedbackMessage, Note, Taggings, Tag, and UserRole (#10376) 2020-09-29 16:49:47 +02:00
20200918200231_remove_columns_from_articles.rb Removes second_user_id and third_user_id From the Articles Table (#10383) [deploy] 2020-10-02 13:14:32 -06:00
20200921160153_remove_backup_data.rb Refactor:Remove BackupData Table from Postgres (#10422) 2020-09-24 10:09:20 +07:00
20201001154006_remove_superfluous_indexes_from_notifications.rb [deploy] Remove superfluous indexes on notifications (#10514) 2020-10-01 13:25:44 -04:00
20201002102257_remove_superfluous_indexes_part1.rb [deploy] Remove additional superfluous indexes (#10530) 2020-10-02 16:20:08 +02:00
20201002102303_remove_superfluous_indexes_part2.rb [deploy] Remove additional superfluous indexes (#10530) 2020-10-02 16:20:08 +02:00
20201002104711_create_navigation_links.rb Admin Panel for Configurable Navigational Links (#9444) 2020-10-02 11:11:21 -04:00
20201005181510_change_display_when_signed_in_column_name.rb [deploy] Prepare the database for the configurable navigation items (#10662) 2020-10-07 11:20:32 -04:00
20201007085440_add_position_to_navigation_links.rb [deploy] Prepare the database for the configurable navigation items (#10662) 2020-10-07 11:20:32 -04:00
20201007091041_add_unique_index_to_navigation_links_url_and_name.rb [deploy] Prepare the database for the configurable navigation items (#10662) 2020-10-07 11:20:32 -04:00
20201009040438_remove_twitch_columns_from_user.rb Remove Twitch-related columns from users table (#10750) 2020-10-09 14:17:35 -04:00
20201012072557_create_users_gdpr_delete_requests.rb Confirmations that users GDPR data was deleted (#11039) 2020-12-14 12:49:45 +03:00
20201017160628_add_last_reacted_at_to_user.rb [deploy] Fix Reading List Counter Without last_reacted_at Default (#10933) 2020-10-19 13:26:19 -05:00
20201019012200_change_email_preference_default_values.rb Uncheck email preferences by default (#10919) 2020-10-19 10:20:03 -04:00
20201107111600_create_podcast_episode_appearances.rb Add podcast_appearances joined table (forem#82) (#11354) 2020-11-30 17:12:52 +01:00
20201114130315_create_podcast_ownerships.rb Podcast ownership join table (MLH Fellowship #81) (#11410) 2020-11-19 12:41:17 +01:00
20201114151157_add_partial_index_to_users_feed_url.rb Add partial index on users.feed_url (#11411) 2020-11-16 17:10:48 +01:00
20201119153512_add_explicit_and_implicit_follow_points.rb Add implicit points to follows to improve feed relevancy (in all algorithms) (#11513) 2020-11-25 16:09:51 -05:00
20201203063435_remove_index_notifications_on_json_data_from_notifications.rb Remove unused index_notifications_on_json_data (#11725) 2020-12-04 15:31:16 -05:00
20201208195636_add_latest_article_updated_at_to_users_and_orgs.rb Add new cache key for article sidebar & bottom_content (#12185) 2021-01-19 14:03:15 -05:00
20210105183127_drop_listing_endorsements_table.rb Rollback Listing Endorsements implementation (#12136) 2021-01-06 11:01:29 -05:00
20210108031718_remove_looking_for_work_from_users.rb Remove looking for work columns (#12173) 2021-01-11 11:22:39 +07:00
20210111045049_drop_contact_consent_from_user.rb Remove contact_consent from users (#12196) 2021-01-12 16:18:47 -05:00
20210111151630_add_index_to_users_feed_fetched_at.rb Feeds::Import: add index to users.feed_fetched_at (#12201) 2021-01-11 17:05:10 +01:00
20210121102114_add_error_to_data_update_script.rb Save Data Update Script errors to database and show them on http://localhost:3000/admin/data_update_scripts (#12348) 2021-01-21 14:48:34 +01:00
20210125085442_add_indexes_to_ahoy_messages_feedback_message_id_and_feedback_messages_status.rb Optimize Admin::FeedbackMessagesController by adding proper indexes (#12415) 2021-01-25 17:02:06 +01:00