lemmy/server/migrations
Dessalines 2ff7acf207 Moving dupe checking to before new actor_id generation. 2020-07-19 13:32:50 -04:00
..
00000000000000_diesel_initial_setup
2019-02-26-002946_create_user
2019-02-27-170003_create_community
2019-03-03-163336_create_post
2019-03-05-233828_create_comment
2019-03-30-212058_create_post_view
2019-04-03-155205_create_community_view
2019-04-03-155309_create_comment_view
2019-04-07-003142_create_moderation_logs
2019-04-08-015947_create_user_view
2019-04-11-144915_create_mod_views
2019-04-29-175834_add_delete_columns
2019-05-02-051656_community_view_hot_rank
2019-06-01-222649_remove_admin
2019-08-11-000918_add_nsfw_columns
2019-08-29-040006_add_community_count
2019-09-05-230317_add_mod_ban_views
2019-09-09-042010_add_stickied_posts
2019-10-15-181630_add_themes
2019-10-19-052737_create_user_mention
2019-10-21-011237_add_default_sorts
2019-10-24-002614_create_password_reset_request
2019-12-09-060754_add_lang
2019-12-11-181820_add_site_fields
2019-12-29-164820_add_avatar
2020-01-01-200418_add_email_to_user_view
2020-01-02-172755_add_show_avatar_and_email_notifications_to_user
2020-01-11-012452_add_indexes
2020-01-13-025151_create_materialized_views
2020-01-21-001001_create_private_message
2020-01-29-011901_create_reply_materialized_view
2020-01-29-030825_create_user_mention_materialized_view
2020-02-02-004806_add_case_insensitive_usernames
2020-02-06-165953_change_post_title_length
2020-02-07-210055_add_comment_subscribed
2020-02-08-145624_add_post_newest_activity_time Change post sorting hot rank to use newest comment time. Fixes #517 2020-02-08 11:16:58 -05:00
2020-03-06-202329_add_post_iframely_data Iframely and pictshare backend mostly done. 2020-03-07 18:31:13 -05:00
2020-03-26-192410_add_activitypub_tables Some fixes to federation. 2020-06-26 21:12:41 -04:00
2020-04-03-194936_add_activitypub_for_posts_and_comments Some fixes to federation. 2020-06-26 21:12:41 -04:00
2020-04-07-135912_add_user_community_apub_constraints Some fixes to federation. 2020-06-26 21:12:41 -04:00
2020-04-14-163701_update_views_for_activitypub Updating views to add apub actor_id and local columns. 2020-04-14 15:12:19 -04:00
2020-04-21-123957_remove_unique_user_constraints Change local unique username constraints. 2020-04-21 09:21:29 -04:00
2020-05-05-210233_add_activitypub_for_private_messages Some fixes to federation. 2020-06-26 21:12:41 -04:00
2020-06-30-135809_remove_mat_views Create new migration to add `creator_published` field to the `post_view` and `comment_view` 2020-07-09 17:19:30 +02:00
2020-07-08-202609_add_creator_published Create new migration to add `creator_published` field to the `post_view` and `comment_view` 2020-07-09 17:19:30 +02:00
2020-07-12-100442_add_post_title_to_comments_view Migration fix 2020-07-12 20:27:21 +02:00
2020-07-18-234519_add_unique_community_user_actor_ids Moving dupe checking to before new actor_id generation. 2020-07-19 13:32:50 -04:00
.gitkeep