tilde.news/db/migrate
Peter Bhat Harkins 78deac1312
Merge branch 'master' into feature-917-category-editing
2022-05-19 05:39:33 +00:00
..
20120701154453_create_invitations.rb ok, it's come up at least four times now 2018-11-08 08:13:05 -06:00
20120701160006_reply_notifications.rb invitation system, user settings 2012-08-24 10:57:11 -05:00
20120701181319_invitation_memo.rb invitation system, user settings 2012-08-24 10:57:11 -05:00
20120703184957_integrated_story_hotness.rb move confidence and hotness into sql tables for proper sorting 2012-08-24 11:41:34 -05:00
20120704004020_fix_up_messages.rb implement private messages 2012-08-24 11:41:34 -05:00
20120704013019_pm_notification_options.rb implement private messages 2012-08-24 11:41:34 -05:00
20120704025956_user_filter.rb upgrade to rails v4.0.2 2013-12-30 17:40:52 -05:00
20120705145520_move_markdown_into_sql.rb move markeddown html into sql so it doesn't have to be generated every time 2012-08-24 11:41:35 -05:00
20120706221602_more_indexes.rb add indexes on things that are searched by 2012-08-24 11:41:35 -05:00
20120712174445_add_comment_deleted.rb comment deleting and undeleting 2012-08-24 11:41:37 -05:00
20120816203248_keystore_bigint.rb add postgresql support 2014-01-14 21:42:27 -05:00
20120902143549_add_moderation_log.rb upgrade to rails v4.0.2 2013-12-30 17:40:52 -05:00
20120906183346_default_filtered_tags.rb allow tags to be filtered by default for new and non-logged-in users 2012-09-06 13:44:42 -05:00
20120910172514_mention_notification_options.rb Added mentions in comments using @username convention. @username is linked to user profile in comment text, and notifications are available via email and pushover (with notification preferences) when a user is mention. 2012-09-10 13:40:33 -04:00
20120918152116_private_rss_feed.rb add private rss feeds for logged-out users by passing a token 2012-09-18 10:43:05 -05:00
20120919195401_private_tags.rb More descriptive method and attribute names 2012-09-19 20:28:09 -04:00
20121004153529_add_story_text.rb sort of merge cache branch but don't do anything automatically 2013-06-30 00:54:01 -05:00
20121112165212_add_tag_media_types.rb use activerecord query interface instead of deprecated finder methods 2013-12-25 16:43:50 -05:00
20130526164230_change_tables_to_utf8mb4.rb add postgresql support 2014-01-14 21:42:27 -05:00
20130622021035_add_user_list_id.rb unique mailing list tokens for everyone! 2013-06-30 00:54:01 -05:00
20131018201413_add_invitation_requests.rb upgrade to rails v4.0.2 2013-12-30 17:40:52 -05:00
20131228175805_add_comment_by_email_flag.rb record and show which comments were posted by e-mail, for no particular reason 2013-12-28 12:00:29 -06:00
20140101202252_add_karma_to_users.rb add karma column to users table 2014-01-01 16:03:01 -05:00
20140106205200_remove_tag_filtered_by_default.rb rip out default filtered tags 2014-01-07 11:42:21 -06:00
20140109034338_move_comment_counts_to_story.rb move story comment counts out of keystore 2014-01-08 22:20:56 -06:00
20140112192936_add_ban_reason.rb add stuff to deal with banning users 2014-01-12 15:09:32 -06:00
20140113153413_add_account_deletion.rb allow users to delete their own accounts 2014-01-13 10:12:17 -06:00
20140121063641_pushover_sound.rb be a good pushover user and let the user specify a sound 2014-01-21 01:21:02 -06:00
20140219183804_change_mailing_list_enabled.rb add a story-only mailing list mode 2014-02-19 12:49:12 -06:00
20140221164400_inactive_tags.rb add Tag.active scope to deprecate tags without removing them 2014-02-21 10:57:30 -06:00
20140408160306_add_story_merging.rb implement story merging 2014-04-08 17:51:12 -05:00
20140701153554_add_user_weblog_url.rb first stab at planet rss aggregation 2014-08-03 22:07:57 -05:00
20140804005415_add_weblogs.rb first stab at planet rss aggregation 2014-08-03 22:07:57 -05:00
20140825225915_add_tag_hotness_mod.rb add per-tag story hotness modifiers 2014-08-31 20:27:54 -05:00
20140901013149_drop_weblogs.rb revert 85cb7c20, give up on planet rss aggregation 2014-08-31 20:35:41 -05:00
20141114184921_add_hats.rb implement hats 2014-11-14 14:12:29 -06:00
20150106195555_add_story_unavailable.rb add story cache showing for manually-specified unavailable stories 2015-01-06 17:31:09 -06:00
20150115172138_drop_extra_pushover_fields.rb drop extra pushover user fields 2015-01-15 13:23:31 -06:00
20150127180326_add_story_twitter_id.rb post_to_twitter: start logging twitter ids now for an upcoming change 2015-01-27 12:14:26 -06:00
20150211170052_move_hidden_votes_to_hidden_story.rb separate story hiding from voting 2015-02-11 11:37:03 -06:00
20150224035617_hotness_mod_to_float.rb change tags.hotness_mod to float 2015-07-24 00:51:11 -05:00
20150313040930_add_user_avatar_pref.rb add option to show user avatars on stories and comments 2015-03-12 23:23:15 -05:00
20150730215915_add_submitter_is_author.rb add "i am the author of this" checkbox for stories 2015-07-30 17:15:48 -05:00
20150730225352_add_user_setting_show_preview.rb add setting to show inline story previews in story list 2015-07-30 17:56:09 -05:00
20151015005101_add_suggested_taggings.rb start on automated story title and tagging suggestions 2015-10-14 20:32:24 -05:00
20151015011231_add_suggested_titles.rb start on automated story title and tagging suggestions 2015-10-14 20:32:24 -05:00
20151015143959_moderations_from_group.rb implement automatic tag changing in response to user suggestions 2015-10-15 10:04:23 -05:00
20151207180050_add_user_setting_post_threads.rb add setting to show threads on a user's submitted stories in 'Your Threads' 2015-12-07 12:27:09 -06:00
20160406160019_add_hat_requests.rb implement hats list and request/approval system 2016-04-06 13:19:46 -05:00
20160515162433_add_disabled_invites_to_users.rb Allow admin/moderator to disable user from inviting 2016-05-16 02:40:46 +08:00
20160704022756_change_story_columns.rb Fix spec failure due to leaky ActiveRecord abstraction of booleans (#311) 2016-07-05 12:04:02 -05:00
20170119172852_move_user_settings.rb step one of moving user settings to a single column 2017-01-19 12:02:51 -06:00
20170119192703_add_dragons.rb here be dragons 2017-01-19 13:51:43 -06:00
20170225201811_delete_old_settings.rb step two of settings migration: delete old columns 2017-02-25 14:25:59 -06:00
20170413161450_add_indexes.rb index all the things 2017-04-13 11:27:54 -05:00
20170522144135_remove_comments_dragon.rb part 2, drop comments.is_dragon 2017-05-22 09:42:23 -05:00
20170607153224_add_stories_user_index.rb add an index on stories.user_id, needed by /newest/:user 2017-06-07 10:33:40 -05:00
20170607170604_add_fulltext_indicies.rb Search: drop sphinx for searching, use sql fulltext 2017-06-07 15:59:54 -05:00
20170713195446_add_saved_stories.rb add story saving 2017-07-13 15:38:33 -05:00
20171018034551_drop_default_tag_name.rb Drop tag name default 2017-10-18 00:02:33 -04:00
20171025072230_modlog_hat_use.rb log moderator hat usage 2017-10-25 04:31:53 -04:00
20180124143340_add_doffed_at_to_hat.rb edit migration 2018-01-31 22:25:25 -06:00
20180130235553_add_read_notification_support.rb Show story and comment replies, tracking unread ones 2018-01-31 07:43:07 -06:00
20180131170318_update_replying_comments_to_version_2.rb fix replies to stories 2018-01-31 11:07:53 -06:00
20180131203555_fix_doffed_at.rb fix migration datetime value 2018-04-11 07:43:37 -05:00
20180201024840_update_replying_comments_to_version_3.rb display votes on replies pages 2018-01-31 21:13:16 -06:00
20180201041055_update_replying_comments_to_version_4.rb vote reason fix 2018-01-31 22:13:10 -06:00
20180201172618_update_replying_comments_to_version_5.rb fix sql join of user's votes 2018-04-11 07:37:54 -05:00
20180201184612_update_replying_comments_to_version_6.rb respect comment deletion/moderation 2018-04-11 07:37:54 -05:00
20180411131217_tag_moderation_log.rb link tags from modlog 2018-04-11 08:31:10 -05:00
20180501031849_add_used_at_to_invitation.rb invitations: track new_user 2018-05-10 08:48:55 -05:00
20180503150810_add_hat_to_message.rb add hats to private messages 2018-05-10 07:56:42 -05:00
20180506045709_timestamp_votes.rb timestamp votes 2018-06-06 09:22:05 -05:00
20180705143850_add_author_downvote_index.rb mod dashboard: list most-downvoted commenters by stddev 2018-07-10 11:37:28 -05:00
20180711123439_create_mod_notes.rb mod notes for collaboration 2018-07-11 10:51:23 -05:00
20180830114325_update_replying_comments_to_version_7.rb don't show replies on stories with negative scores 2018-08-30 06:44:39 -05:00
20180926134230_normalize_ids_and_fks.rb normalize ids as unsigned bigints 2018-09-28 22:07:46 -05:00
20181003234523_initialize_stories_deleted_and_comments_deleted_counts.rb better handling of deleted stories + comments on user views 2018-11-07 08:28:50 -06:00
20181005192331_add_keys.rb Add foreign keys 2018-10-10 10:40:52 -05:00
20181202194809_add_follow_story_for_submitter.rb notify story author about comment replies 2019-05-04 12:31:53 -05:00
20190529133507_update_replying_comments_to_version_8.rb ReplyingComments: add tests, fix on deleted, less gas 2019-05-29 09:04:58 -05:00
20191010172004_add_index_for_moderations_associated_model.rb Add validations into models (#745, #766) 2020-02-05 09:15:25 -06:00
20191029021735_fix_database_consistency_with_validators.rb Add not null constraint to columns with presence validator (#775) 2019-11-06 05:19:37 -08:00
20191227232955_create_domains.rb break out Domain model from story, index story text (#797) 2020-01-22 09:33:21 -06:00
20191227234358_add_domain_to_stories.rb break out Domain model from story, index story text (#797) 2020-01-22 09:33:21 -06:00
20200210125425_add_domain_banning.rb domain banning 2020-02-10 07:29:02 -06:00
20200210155624_limit_new_user_tags.rb make some tags unavabile to new users 2020-02-10 13:34:41 -06:00
20200519000845_index_users_on_email.rb bump rails; rubocop cleanup 2020-05-18 19:28:26 -05:00
20200607192351_story_index_for_comments.rb fix indexing for newest comments 2020-06-07 14:35:15 -05:00
20200807021926_memoize_score_not_upvotes.rb memoize story/comment score/flags more efficiently 2020-08-08 16:40:28 -05:00
20200809023435_create_categories.rb add tag categories 2020-08-09 08:41:20 -05:00
20200811022248_unique_category_names.rb categories: unique index on category 2020-08-11 08:36:02 -05:00
20200812024241_create_story_texts.rb extract story text cache for fast migrations 2020-08-25 07:51:09 -05:00
20200820170829_add_category_id_to_moderations.rb Add category_id to moderations table 2020-08-20 13:58:46 -04:00
20200828015742_fix_comment_flags_default.rb fix comment flags default 2020-08-27 21:01:06 -05:00
20220128133226_fix_story_mod_notes.rb fix current + old formatting in multiline mod_notes 2022-01-28 07:44:22 -06:00
20220207033514_stories_expired_to_deleted.rb Story: rename expired -> deleted to match usage 2022-02-08 22:20:41 -06:00
20220331165136_message_author_nullable.rb Make system messages deleteable (Fix #1049) 2022-04-20 13:09:37 +00:00