journalduhacker/db/migrate
joshua stein 73b8df5eb7 implement story merging
closes #137
2014-04-08 17:51:12 -05:00
..
20120701154453_create_invitations.rb upgrade to rails v4.0.2 2013-12-30 17:40:52 -05: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