5
3
mirror of https://github.com/tildeverse/lobsters synced 2024-06-14 21:16:37 +00:00
tilde.news/db/migrate
2018-02-01 12:48:10 -06: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
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
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 mysql '0000-00-00 00:00:00' default on hats.doffed_at 2018-01-31 15:49:02 -06: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-02-01 11:58:29 -06:00
20180201184612_update_replying_comments_to_version_6.rb respect comment deletion/moderation 2018-02-01 12:48:10 -06:00