pixelfed/database/migrations
Daniel Supernault 8aa5d42d8b
Update laravel framework to v8
2020-12-13 14:15:30 -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
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
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 Add new migration 2019-04-16 12:54:42 -06:00
2019_04_25_200411_add_snowflake_ids_to_collections_table.php Add new migration 2019-04-25 19:55:28 -06:00
2019_04_28_024733_add_suggestions_to_profiles_table.php Add new migration 2019-04-27 20:52:37 -06:00
2019_05_04_174911_add_header_to_profiles_table.php Add migration 2019-05-04 18:12:02 -06:00
2019_06_06_032316_create_contacts_table.php Add Contact model/view/controller 2019-06-05 22:31:25 -06:00
2019_06_16_051157_add_profile_ids_to_users_table.php Add new migration 2019-06-15 23:29:51 -06:00
2019_07_05_034644_create_hashtag_follows_table.php Add HashtagFollow model, migration and controller 2019-07-06 20:51:23 -06:00
2019_07_08_045824_add_status_visibility_to_status_hashtags_table.php Add new migration, add status visibility to StatusHashtag model 2019-07-07 23:25:59 -06:00
2019_07_11_234836_create_profile_sponsors_table.php Add Profile Sponsors 2019-07-11 19:53:14 -06:00
2019_07_16_010525_remove_web_subs_table.php Remove OStatus legacy code 2019-07-15 19:06:59 -06:00
2019_08_07_184030_create_places_table.php Add Place model 2019-08-08 00:06:31 -06:00
2019_08_12_074612_add_unique_to_statuses_table.php Add new migration 2019-08-12 03:00:01 -06:00
2019_09_09_032757_add_object_id_to_statuses_table.php Add new migration 2019-09-08 21:35:23 -06:00
2019_09_21_015556_add_language_to_users_table.php Add database migration 2019-09-20 20:45:49 -06:00
2019_12_10_023604_create_newsroom_table.php Add Announcements/Newsroom feature 2019-12-22 23:13:49 -07:00
2019_12_25_042317_update_stories_table.php Add S3 + Stories 2019-12-31 02:33:54 -07:00
2020_02_14_063209_create_mod_logs_table.php Update admin dashboard 2020-02-18 00:22:47 -07:00
2020_04_11_045459_add_fetched_at_to_profiles_table.php Add new database migration for new profile fields 2020-04-11 20:42:01 -06:00
2020_04_13_045435_create_uikit_table.php Add UIKit model, migration and controller 2020-04-26 23:28:24 -06:00
2020_06_30_180159_create_media_tags_table.php Add Media Tags 2020-07-14 17:04:51 -06:00
2020_07_25_230100_create_media_blocklists_table.php Add MediaBlocklist feature 2020-07-26 22:05:52 -06:00
2020_08_18_022520_add_remote_url_to_stories_table.php Update composer deps 2020-09-04 19:05:37 -06:00
2020_11_14_221947_add_type_to_direct_messages_table.php Add db migration 2020-11-18 14:45:23 -07:00
2020_12_01_073200_add_indexes_to_likes_table.php Add new migration, add index to likes table 2020-12-05 00:06:05 -07:00
2020_12_03_050018_create_account_interstitials_table.php Add AccountInterstitial model and controller 2020-12-05 00:08:05 -07:00
2020_12_13_203138_add_uuids_to_failed_jobs_table.php Update laravel framework to v8 2020-12-13 14:15:30 -07:00
2020_12_13_203646_add_providers_column_to_oauth_clients_table.php Update laravel framework to v8 2020-12-13 14:15:30 -07:00