pixelfed/database/migrations
Daniel Supernault a969ca502f
Add migrations
2024-03-08 06:01:35 -07:00
..
2014_10_12_000000_create_users_table.php
2014_10_12_100000_create_password_resets_table.php
2018_04_16_000059_create_sessions_table.php
2018_04_16_002611_create_profiles_table.php
2018_04_16_005848_create_statuses_table.php
2018_04_16_011918_create_media_table.php
2018_04_17_012812_create_likes_table.php
2018_04_18_021047_create_followers_table.php
2018_04_18_044421_create_comments_table.php
2018_04_22_233721_create_web_subs_table.php
2018_04_26_000057_create_import_datas_table.php
2018_04_26_003259_create_import_jobs_table.php
2018_04_30_044507_create_jobs_table.php
2018_04_30_044539_create_failed_jobs_table.php
2018_05_04_054007_create_reports_table.php
2018_05_06_214815_create_hashtags_table.php
2018_05_06_215006_create_status_hashtags_table.php
2018_05_07_021835_create_avatars_table.php
2018_05_07_025743_create_notifications_table.php
2018_05_31_043327_create_bookmarks_table.php
2018_06_04_061435_update_notifications_table_add_polymorphic_relationship.php
2018_06_08_003624_create_mentions_table.php
2018_06_11_030049_add_filters_to_media_table.php
2018_06_14_001318_add_soft_deletes_to_models.php
2018_06_14_041422_create_email_verifications_table.php
2018_06_22_062621_create_report_comments_table.php
2018_06_22_062628_create_report_logs_table.php
2018_07_05_010303_create_account_logs_table.php
2018_07_12_054015_create_user_settings_table.php
2018_07_15_011916_add_2fa_to_users_table.php
2018_07_15_013106_create_user_filters_table.php
2018_08_12_042648_update_status_table_change_caption_to_text.php
2018_08_22_022306_update_settings_table.php
2018_08_27_004653_update_media_table_add_alt_text.php
2018_09_02_042235_create_follow_requests_table.php
2018_09_02_043240_update_profile_table_add_ap_urls.php
2018_09_02_043609_create_instances_table.php
2018_09_10_024252_update_import_datas_table.php
2018_09_11_202435_create_activities_table.php
2018_09_18_043334_add_cw_desc_to_status.php
2018_09_19_060554_create_stories_table.php
2018_09_19_060611_create_story_reactions_table.php
2018_09_27_040314_create_collections_table.php
2018_09_30_051108_create_direct_messages_table.php
2018_10_02_040917_create_collection_items_table.php
2018_10_09_043717_update_status_visibility_defaults.php
2018_10_17_033327_update_status_add_scope_column.php
2018_10_17_233623_update_follower_table_add_remote_flags.php
2018_10_18_035552_update_media_add_alt_text.php
2018_10_25_030944_update_profile_table.php
2018_12_01_020238_add_type_to_status_table.php
2018_12_22_055940_add_account_status_to_profiles_table.php Update migrations, fixes #4883 2024-01-29 21:45:59 -07:00
2018_12_24_032921_add_delete_after_to_user_table.php
2018_12_30_065102_update_profiles_table_use_text_for_bio.php
2019_01_11_005556_update_profiles_table.php
2019_01_12_054413_stories.php Update migrations, fixes #4883 2024-01-29 21:45:59 -07:00
2019_01_22_030129_create_pages_table.php
2019_02_01_023357_add_remote_to_avatars_table.php
2019_02_07_004642_create_discover_categories_table.php
2019_02_07_021214_create_discover_category_hashtags_table.php
2019_02_08_192219_create_websockets_statistics_entries_table.php
2019_02_09_045935_create_circles_table.php
2019_02_09_045956_create_circle_profiles_table.php
2019_02_13_195702_add_indexes.php
2019_02_13_221138_add_soft_delete_indexes.php
2019_02_15_033323_create_user_invites_table.php
2019_03_02_023245_add_profile_id_to_status_hashtags_table.php
2019_03_06_065528_create_user_devices_table.php
2019_03_12_043935_add_snowflakeids_to_users_table.php
2019_03_31_191216_add_replies_count_to_statuses_table.php
2019_04_16_184644_add_layout_to_profiles_table.php
2019_04_25_200411_add_snowflake_ids_to_collections_table.php
2019_04_28_024733_add_suggestions_to_profiles_table.php
2019_05_04_174911_add_header_to_profiles_table.php
2019_06_06_032316_create_contacts_table.php
2019_06_16_051157_add_profile_ids_to_users_table.php
2019_07_05_034644_create_hashtag_follows_table.php
2019_07_08_045824_add_status_visibility_to_status_hashtags_table.php
2019_07_11_234836_create_profile_sponsors_table.php
2019_07_16_010525_remove_web_subs_table.php
2019_08_07_184030_create_places_table.php
2019_08_12_074612_add_unique_to_statuses_table.php
2019_09_09_032757_add_object_id_to_statuses_table.php
2019_09_21_015556_add_language_to_users_table.php
2019_12_10_023604_create_newsroom_table.php Fix newsroom migration 2024-01-29 22:13:09 -07:00
2019_12_25_042317_update_stories_table.php
2020_02_14_063209_create_mod_logs_table.php
2020_04_11_045459_add_fetched_at_to_profiles_table.php
2020_04_13_045435_create_uikit_table.php
2020_06_30_180159_create_media_tags_table.php
2020_07_25_230100_create_media_blocklists_table.php
2020_08_18_022520_add_remote_url_to_stories_table.php
2020_11_14_221947_add_type_to_direct_messages_table.php
2020_12_01_073200_add_indexes_to_likes_table.php
2020_12_03_050018_create_account_interstitials_table.php
2020_12_13_203138_add_uuids_to_failed_jobs_table.php
2020_12_13_203646_add_providers_column_to_oauth_clients_table.php
2020_12_14_103423_create_login_links_table.php
2020_12_24_063410_create_status_views_table.php
2020_12_25_220825_add_status_profile_id_to_likes_table.php
2020_12_27_013953_add_text_column_to_media_table.php
2020_12_27_040951_add_skip_optimize_to_media_table.php
2020_12_28_012026_create_status_archiveds_table.php
2020_12_30_070905_add_last_active_at_to_users_table.php
2021_01_14_034521_add_cache_locks_table.php Update migrations, fixes #4883 2024-01-29 21:45:59 -07:00
2021_01_15_050602_create_instance_actors_table.php
2021_01_25_011355_add_cdn_url_to_avatars_table.php
2021_04_24_045522_add_active_to_stories_table.php
2021_04_28_060450_create_config_caches_table.php
2021_05_12_042153_create_user_pronouns_table.php
2021_07_23_062326_add_compose_settings_to_user_settings_table.php Update migrations, fixes #4883 2024-01-29 21:45:59 -07:00
2021_07_29_014835_create_polls_table.php
2021_07_29_014849_create_poll_votes_table.php
2021_08_04_095125_create_groups_table.php Update groups migration 2023-08-23 02:45:41 -06:00
2021_08_04_095143_create_group_members_table.php Add Groups migrations 2023-08-22 00:25:15 -06:00
2021_08_04_095238_create_group_posts_table.php Add Groups migrations 2023-08-22 00:25:15 -06:00
2021_08_16_072457_create_group_invitations_table.php Add Groups migrations 2023-08-22 00:25:15 -06:00
2021_08_23_062246_update_stories_table_fix_expires_at_column.php
2021_08_30_050137_add_software_column_to_instances_table.php
2021_11_06_100552_add_more_settings_to_user_settings_table.php
2021_11_09_105629_add_action_to_account_interstitials_table.php
2022_01_03_052623_add_last_status_at_to_profiles_table.php
2022_01_08_103817_add_index_to_followers_table.php Add migration 2023-05-25 00:01:50 -06:00
2022_01_16_060052_create_portfolios_table.php
2022_01_19_025041_create_custom_emoji_table.php
2022_02_13_091135_add_missing_reblog_of_id_types_to_statuses_table.php
2022_03_09_042023_add_ldap_columns_to_users_table.php
2022_04_08_065311_create_cache_table.php
2022_04_20_061915_create_conversations_table.php
2022_05_26_034550_create_live_streams_table.php
2022_06_03_051308_add_object_column_to_follow_requests_table.php
2022_09_01_000000_fix_webfinger_profile_duplicate_accounts.php
2022_09_01_043002_generate_missing_profile_webfinger.php
2022_09_19_093029_fix_double_json_encoded_settings_in_usersettings_table.php
2022_10_07_045520_add_reblog_of_id_index_to_statuses_table.php
2022_10_07_055133_remove_old_compound_index_from_statuses_table.php
2022_10_07_072311_add_status_id_index_to_bookmarks_table.php
2022_10_07_072555_add_status_id_index_to_direct_messages_table.php
2022_10_07_072859_add_status_id_index_to_mentions_table.php
2022_10_07_073337_add_indexes_to_reports_table.php
2022_10_07_110644_add_item_id_and_item_type_indexes_to_notifications_table.php
2022_10_09_043758_fix_cdn_url_in_avatars_table.php
2022_10_31_043257_add_actors_last_synced_at_to_instances_table.php
2022_11_24_065214_add_register_source_to_users_table.php
2022_11_30_123940_update_avatars_table_remove_cdn_url_unique_constraint.php
2022_12_05_064156_add_key_id_index_to_profiles_table.php
2022_12_13_092726_create_admin_invites_table.php
2022_12_18_012352_add_status_id_index_to_media_table.php
2022_12_18_034556_add_remote_media_index_to_media_table.php
2022_12_18_133815_add_default_value_to_admin_invites_table.php
2022_12_20_075729_add_action_index_to_notifications_table.php
2022_12_27_013417_add_can_trend_to_hashtags_table.php
2022_12_27_102053_update_hashtag_count.php
2022_12_31_034627_fix_account_status_deletes.php
2023_01_15_041933_add_missing_profile_id_to_users_table.php
2023_01_19_141156_fix_bookmark_visibility.php
2023_01_21_124608_fix_duplicate_profiles.php
2023_01_29_034653_create_status_edits_table.php Add status_edits migration 2023-05-25 00:03:00 -06:00
2023_02_04_053028_fix_cloud_media_paths.php
2023_03_19_050342_add_notes_to_instances_table.php
2023_04_20_092740_fix_account_blocks.php
2023_04_24_101904_create_remote_reports_table.php Add Federated Reports 2023-04-24 06:26:57 -06:00
2023_05_03_023758_update_postgres_visibility_defaults_on_statuses_table.php Update migration 2023-05-07 02:42:16 -06:00
2023_05_03_042219_fix_postgres_hashtags.php Add postgres migration to fix duplicate hashtags 2023-05-02 23:34:06 -06:00
2023_05_07_091703_add_edited_at_to_statuses_table.php Add migration 2023-05-25 00:04:47 -06:00
2023_05_13_045228_remove_unused_columns_from_notifications_table.php Add migration 2023-05-13 07:01:26 -06:00
2023_05_13_123119_remove_status_entities_from_statuses_table.php Add migration 2023-05-13 07:04:11 -06:00
2023_05_15_050604_create_autospam_custom_tokens_table.php Add AutospamCustomTokens model + migration 2023-05-17 03:53:05 -06:00
2023_05_19_102013_add_enable_atom_feed_to_user_settings_table.php Update Settings, allow users to disable atom feeds 2023-05-19 04:53:52 -06:00
2023_05_29_072206_create_user_app_settings_table.php Added `/api/v1.1/accounts/app/settings` endpoint and UserAppSettings model to store app specific settings 2023-05-29 03:43:25 -06:00
2023_06_10_031634_create_import_posts_table.php Update migration and service 2023-06-12 04:56:18 -06:00
2023_06_28_103008_add_user_id_index_to_profiles_table.php Update FixStatusCount, improve command and support remote count resync 2023-06-28 05:02:41 -06:00
2023_07_07_025757_create_remote_auths_table.php Add Sign-in with Mastodon 2023-07-16 07:09:15 -06:00
2023_07_07_030427_create_remote_auth_instances_table.php Add Sign-in with Mastodon 2023-07-16 07:09:15 -06:00
2023_07_11_080040_add_show_reblogs_to_followers_table.php Add migration 2023-07-11 02:27:08 -06:00
2023_08_07_021252_create_profile_aliases_table.php Add Account Migrations 2023-08-07 23:48:58 -06:00
2023_08_08_045430_add_moved_to_profile_id_to_profiles_table.php Add moved_to_profile_id migration 2023-08-07 23:56:01 -06:00
2023_08_25_050021_add_indexable_column_to_profiles_table.php Update Privacy Settings, add support for Mastodon indexable search flag 2023-08-24 23:31:33 -06:00
2023_09_12_044900_create_admin_shadow_filters_table.php Add AdminShadowFilter model/migration 2023-09-14 22:23:46 -06:00
2023_11_13_062429_add_followers_count_index_to_profiles_table.php Add migration 2023-11-12 23:32:14 -07:00
2023_11_16_124107_create_hashtag_related_table.php Add Related Hashtags 2023-11-16 06:06:22 -07:00
2023_11_26_082439_add_state_and_score_to_places_table.php Add migration to add state and other fields to places table 2023-11-26 04:30:48 -07:00
2023_12_04_041631_create_push_subscriptions_table.php Add WebPush 2023-12-03 22:18:38 -07:00
2023_12_05_092152_add_active_deliver_to_instances_table.php Add migration 2024-02-07 04:49:44 -07:00
2023_12_08_074345_add_direct_object_urls_to_statuses_table.php Update Inbox handler, fix missing object_url and uri fields for direct statuses 2023-12-08 01:13:04 -07:00
2023_12_13_060425_add_uploaded_to_s3_to_import_posts_table.php Add migration 2023-12-12 23:07:25 -07:00
2023_12_16_052413_create_user_domain_blocks_table.php Update migration 2023-12-20 23:17:27 -07:00
2023_12_19_081928_create_job_batches_table.php Add job batches migration 2023-12-19 01:20:14 -07:00
2023_12_21_103223_purge_deleted_status_hashtags.php Add migration 2023-12-21 03:34:31 -07:00
2023_12_21_104103_create_default_domain_blocks_table.php Add DefaultDomainBlock model + migration 2023-12-21 03:47:23 -07:00
2023_12_27_081801_create_user_roles_table.php Update migrations 2024-01-01 16:19:24 -07:00
2023_12_27_082024_add_has_roles_to_users_table.php Update migration 2024-01-11 01:50:51 -07:00
2024_01_09_052419_create_parental_controls_table.php Fix parental_controls migration 2024-01-29 22:24:50 -07:00
2024_01_16_073327_create_curated_registers_table.php Add Curated Onboarding 2024-02-19 04:00:31 -07:00
2024_01_20_091352_create_curated_register_activities_table.php Add Curated Onboarding 2024-02-19 04:00:31 -07:00
2024_01_22_090048_create_user_email_forgots_table.php Add migration 2024-01-22 05:35:30 -07:00
2024_02_24_093824_add_has_responded_to_curated_registers_table.php Update Curated Onboarding dashboard, improve application filtering and make it easier to distinguish response state 2024-02-24 03:45:09 -07:00
2024_02_24_105641_create_curated_register_templates_table.php Add Curated Onboarding Templates 2024-02-26 20:41:27 -07:00
2024_03_02_094235_create_profile_migrations_table.php Add Profile Migrations 2024-03-02 04:21:04 -07:00
2024_03_08_122947_add_shared_inbox_attribute_to_instances_table.php Add migrations 2024-03-08 06:01:35 -07:00
2024_03_08_123356_add_shared_inboxes_to_instances_table.php Add migrations 2024-03-08 06:01:35 -07:00