pixelfed/database/migrations
Daniel Supernault 087b27916f
Update filesystems config, add to config_cache
2024-03-14 05:03:19 -06:00
..
2014_10_12_000000_create_users_table.php Apply fixes from StyleCI 2018-08-28 03:07:36 +00:00
2014_10_12_100000_create_password_resets_table.php Apply fixes from StyleCI 2018-08-28 03:07:36 +00:00
2018_04_16_000059_create_sessions_table.php Apply fixes from StyleCI 2018-08-28 03:07:36 +00:00
2018_04_16_002611_create_profiles_table.php Apply fixes from StyleCI 2018-08-28 03:07:36 +00:00
2018_04_16_005848_create_statuses_table.php Apply fixes from StyleCI 2018-08-28 03:07:36 +00:00
2018_04_16_011918_create_media_table.php Apply fixes from StyleCI 2018-08-28 03:07:36 +00:00
2018_04_17_012812_create_likes_table.php Apply fixes from StyleCI 2018-08-28 03:07:36 +00:00
2018_04_18_021047_create_followers_table.php Apply fixes from StyleCI 2018-08-28 03:07:36 +00:00
2018_04_18_044421_create_comments_table.php Apply fixes from StyleCI 2018-08-28 03:07:36 +00:00
2018_04_22_233721_create_web_subs_table.php Apply fixes from StyleCI 2018-08-28 03:07:36 +00:00
2018_04_26_000057_create_import_datas_table.php Apply fixes from StyleCI 2018-08-28 03:07:36 +00:00
2018_04_26_003259_create_import_jobs_table.php Apply fixes from StyleCI 2018-08-28 03:07:36 +00:00
2018_04_30_044507_create_jobs_table.php Apply fixes from StyleCI 2018-08-28 03:07:36 +00:00
2018_04_30_044539_create_failed_jobs_table.php Apply fixes from StyleCI 2018-08-28 03:07:36 +00:00
2018_05_04_054007_create_reports_table.php Apply fixes from StyleCI 2018-08-28 03:07:36 +00:00
2018_05_06_214815_create_hashtags_table.php Apply fixes from StyleCI 2018-08-28 03:07:36 +00:00
2018_05_06_215006_create_status_hashtags_table.php Apply fixes from StyleCI 2018-08-28 03:07:36 +00:00
2018_05_07_021835_create_avatars_table.php Apply fixes from StyleCI 2018-08-28 03:07:36 +00:00
2018_05_07_025743_create_notifications_table.php Apply fixes from StyleCI 2018-08-28 03:07:36 +00:00
2018_05_31_043327_create_bookmarks_table.php Apply fixes from StyleCI 2018-08-28 03:07:36 +00:00
2018_06_04_061435_update_notifications_table_add_polymorphic_relationship.php Apply fixes from StyleCI 2018-08-28 03:07:36 +00:00
2018_06_08_003624_create_mentions_table.php Apply fixes from StyleCI 2018-08-28 03:07:36 +00:00
2018_06_11_030049_add_filters_to_media_table.php Fix migration sqlite support 2021-05-31 23:26:40 -06:00
2018_06_14_001318_add_soft_deletes_to_models.php Apply fixes from StyleCI 2018-08-28 03:07:36 +00:00
2018_06_14_041422_create_email_verifications_table.php Apply fixes from StyleCI 2018-08-28 03:07:36 +00:00
2018_06_22_062621_create_report_comments_table.php Apply fixes from StyleCI 2018-08-28 03:07:36 +00:00
2018_06_22_062628_create_report_logs_table.php Apply fixes from StyleCI 2018-08-28 03:07:36 +00:00
2018_07_05_010303_create_account_logs_table.php Apply fixes from StyleCI 2018-08-28 03:07:36 +00:00
2018_07_12_054015_create_user_settings_table.php Apply fixes from StyleCI 2018-08-28 03:07:36 +00:00
2018_07_15_011916_add_2fa_to_users_table.php Fix migration sqlite support 2021-05-31 23:26:40 -06:00
2018_07_15_013106_create_user_filters_table.php Apply fixes from StyleCI 2018-08-28 03:07:36 +00:00
2018_08_12_042648_update_status_table_change_caption_to_text.php Apply fixes from StyleCI 2018-08-28 03:07:36 +00:00
2018_08_22_022306_update_settings_table.php Fix migration sqlite support 2021-05-31 23:26:40 -06:00
2018_08_27_004653_update_media_table_add_alt_text.php Fix migration sqlite support 2021-05-31 23:26:40 -06:00
2018_09_02_042235_create_follow_requests_table.php Add FollowRequest model/migration 2018-09-01 22:28:01 -06:00
2018_09_02_043240_update_profile_table_add_ap_urls.php Add new migration 2018-09-01 22:42:30 -06:00
2018_09_02_043609_create_instances_table.php Add Instance model/migration 2018-09-01 22:43:11 -06:00
2018_09_10_024252_update_import_datas_table.php Add new migration 2018-09-09 22:43:06 -06:00
2018_09_11_202435_create_activities_table.php Add Activity Model/Migration 2018-09-11 18:47:25 -06:00
2018_09_18_043334_add_cw_desc_to_status.php Add new migration for cw summarys 2018-09-17 22:37:21 -06:00
2018_09_19_060554_create_stories_table.php Fix stories migration 2018-12-23 19:08:53 -07:00
2018_09_19_060611_create_story_reactions_table.php Add new migrations 2018-10-09 19:15:17 -06:00
2018_09_27_040314_create_collections_table.php Add new migrations 2018-10-09 19:15:17 -06:00
2018_09_30_051108_create_direct_messages_table.php Add new migrations 2018-10-09 19:15:17 -06:00
2018_10_02_040917_create_collection_items_table.php Add new migrations 2018-10-09 19:15:17 -06:00
2018_10_09_043717_update_status_visibility_defaults.php Update migration to add pgsql support 2018-10-16 21:29:20 -06:00
2018_10_17_033327_update_status_add_scope_column.php Add new migration 2018-10-16 22:47:28 -06:00
2018_10_17_233623_update_follower_table_add_remote_flags.php Fix migration sqlite support 2021-05-31 23:26:40 -06:00
2018_10_18_035552_update_media_add_alt_text.php Fix migration sqlite support 2021-05-31 23:26:40 -06:00
2018_10_25_030944_update_profile_table.php Add migration for federation 2018-10-25 18:11:14 -06:00
2018_12_01_020238_add_type_to_status_table.php Add new migration 2018-11-30 19:55:49 -07:00
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 Add new migration 2018-12-23 22:02:11 -07:00
2018_12_30_065102_update_profiles_table_use_text_for_bio.php Add new migration 2018-12-30 13:51:42 -07:00
2019_01_11_005556_update_profiles_table.php Fix migration sqlite support 2021-05-31 23:26:40 -06:00
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 Add page migration 2019-01-31 12:57:02 -07:00
2019_02_01_023357_add_remote_to_avatars_table.php Fix migration sqlite support 2021-05-31 23:26:40 -06:00
2019_02_07_004642_create_discover_categories_table.php Add DiscoverCategory model 2019-02-07 00:34:32 -07:00
2019_02_07_021214_create_discover_category_hashtags_table.php Add DiscoverCategoryHashtag model 2019-02-07 00:35:38 -07:00
2019_02_08_192219_create_websockets_statistics_entries_table.php Add new migration 2019-02-09 22:38:46 -07:00
2019_02_09_045935_create_circles_table.php Add Circle controller,model and migration 2019-02-09 22:40:10 -07:00
2019_02_09_045956_create_circle_profiles_table.php Add CircleProfile controller, model and migration 2019-02-09 22:41:18 -07:00
2019_02_13_195702_add_indexes.php Add indexes, closes #831 2019-02-13 13:23:26 -07:00
2019_02_13_221138_add_soft_delete_indexes.php Update migration 2019-02-13 16:44:58 -07:00
2019_02_15_033323_create_user_invites_table.php Add user invites 2019-02-15 20:13:24 -07:00
2019_03_02_023245_add_profile_id_to_status_hashtags_table.php Add migration 2019-03-01 19:36:06 -07:00
2019_03_06_065528_create_user_devices_table.php Add UserDevice model 2019-03-06 00:55:03 -07:00
2019_03_12_043935_add_snowflakeids_to_users_table.php Update snowflake migration 2019-03-11 23:47:40 -06:00
2019_03_31_191216_add_replies_count_to_statuses_table.php Fix migration sqlite support 2021-05-31 23:26:40 -06:00
2019_04_16_184644_add_layout_to_profiles_table.php Fix migration sqlite support 2021-05-31 23:26:40 -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 Fix newsroom migration 2024-01-29 22:13:09 -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 Fix migration sqlite support 2021-05-31 23:26:40 -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 Fix migration sqlite support 2021-05-31 23:26:40 -06:00
2020_11_14_221947_add_type_to_direct_messages_table.php Fix migration sqlite support 2021-05-31 23:26:40 -06: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 migrations 2022-04-08 01:51:01 -06:00
2020_12_14_103423_create_login_links_table.php Add database migrations 2021-01-13 20:47:16 -07:00
2020_12_24_063410_create_status_views_table.php Add StatusView model to store views for discover algorithm 2020-12-26 20:16:35 -07:00
2020_12_25_220825_add_status_profile_id_to_likes_table.php Fix migration sqlite support 2021-05-31 23:26:40 -06:00
2020_12_27_013953_add_text_column_to_media_table.php Add new migrations 2020-12-26 20:18:13 -07:00
2020_12_27_040951_add_skip_optimize_to_media_table.php Fix migration sqlite support 2021-05-31 23:26:40 -06:00
2020_12_28_012026_create_status_archiveds_table.php Add StatusArchived model + migration 2021-01-09 00:05:21 -07:00
2020_12_30_070905_add_last_active_at_to_users_table.php Update migrations, add last_active_at to users table 2021-01-09 00:06:04 -07:00
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 Add migration 2021-01-17 01:36:03 -07:00
2021_01_25_011355_add_cdn_url_to_avatars_table.php Fix migration sqlite support 2021-05-31 23:26:40 -06:00
2021_04_24_045522_add_active_to_stories_table.php Add new migration 2021-04-27 20:04:15 -06:00
2021_04_28_060450_create_config_caches_table.php Add ConfigCache model and migration 2021-05-07 21:32:59 -06:00
2021_05_12_042153_create_user_pronouns_table.php Add profile pronouns 2021-05-11 23:25:10 -06:00
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 Update polls migration, add group support 2021-08-10 22:25:42 -06:00
2021_07_29_014849_create_poll_votes_table.php Migrations 2021-08-27 20:33:30 -06:00
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 migrations 2021-09-03 20:47:14 -06:00
2021_08_30_050137_add_software_column_to_instances_table.php migrations 2021-09-03 20:47:14 -06:00
2021_11_06_100552_add_more_settings_to_user_settings_table.php Update AccountService, add dynamic user settings methods 2021-12-04 17:27:58 -07:00
2021_11_09_105629_add_action_to_account_interstitials_table.php Update Autospam service, add mark all as read and mark all as not spam options and filter active, spam and not spamreports 2021-11-10 21:46:31 -07:00
2022_01_03_052623_add_last_status_at_to_profiles_table.php Add migration 2022-01-02 23:27:05 -07:00
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 Add Portfolio feature 2022-10-17 01:59:23 -06:00
2022_01_19_025041_create_custom_emoji_table.php Improve emoji import 2022-01-19 00:46:30 -07:00
2022_02_13_091135_add_missing_reblog_of_id_types_to_statuses_table.php Update StatusController, set missing reblog/share type 2022-02-13 02:14:26 -07:00
2022_03_09_042023_add_ldap_columns_to_users_table.php Add LDAP support 2022-03-08 21:45:05 -07:00
2022_04_08_065311_create_cache_table.php Update migrations 2022-04-08 01:51:01 -06:00
2022_04_20_061915_create_conversations_table.php Update migration, fixes #3497 2022-05-20 20:36:35 -06:00
2022_05_26_034550_create_live_streams_table.php Add Live Stories/Live streaming 2022-05-26 01:59:54 -06:00
2022_06_03_051308_add_object_column_to_follow_requests_table.php Add migration 2022-06-02 23:44:28 -06:00
2022_09_01_000000_fix_webfinger_profile_duplicate_accounts.php Add migrations to fix webfinger profiles 2022-09-01 01:13:01 -06:00
2022_09_01_043002_generate_missing_profile_webfinger.php Add migrations to fix webfinger profiles 2022-09-01 01:13:01 -06:00
2022_09_19_093029_fix_double_json_encoded_settings_in_usersettings_table.php Update SettingsController, fix double json encoding and cache settings for 7 days 2022-09-19 03:39:33 -06:00
2022_10_07_045520_add_reblog_of_id_index_to_statuses_table.php Add migration 2022-10-06 23:57:48 -06:00
2022_10_07_055133_remove_old_compound_index_from_statuses_table.php Add migration 2022-10-06 23:57:48 -06:00
2022_10_07_072311_add_status_id_index_to_bookmarks_table.php Add migrations 2022-10-07 01:50:55 -06:00
2022_10_07_072555_add_status_id_index_to_direct_messages_table.php Add migrations 2022-10-07 01:50:55 -06:00
2022_10_07_072859_add_status_id_index_to_mentions_table.php Add migrations 2022-10-07 01:50:55 -06:00
2022_10_07_073337_add_indexes_to_reports_table.php Add migrations 2022-10-07 01:50:55 -06:00
2022_10_07_110644_add_item_id_and_item_type_indexes_to_notifications_table.php Add index migration 2022-12-20 01:03:19 -07:00
2022_10_09_043758_fix_cdn_url_in_avatars_table.php Fix remote profile avatar urls when storing locally 2022-10-08 22:59:33 -06:00
2022_10_31_043257_add_actors_last_synced_at_to_instances_table.php Add migration 2022-10-30 23:41:20 -06:00
2022_11_24_065214_add_register_source_to_users_table.php Initial in-app registration logic 2022-11-25 20:49:06 -07:00
2022_11_30_123940_update_avatars_table_remove_cdn_url_unique_constraint.php Add migration 2022-12-02 01:12:43 -07:00
2022_12_05_064156_add_key_id_index_to_profiles_table.php Add db migration, add profile indexes 2022-12-04 23:53:39 -07:00
2022_12_13_092726_create_admin_invites_table.php Add Admin Invites 2022-12-19 22:30:50 -07:00
2022_12_18_012352_add_status_id_index_to_media_table.php Add migration 2022-12-17 19:43:40 -07:00
2022_12_18_034556_add_remote_media_index_to_media_table.php Add migration 2022-12-17 20:47:47 -07:00
2022_12_18_133815_add_default_value_to_admin_invites_table.php Fix typo in migration 2022-12-19 22:37:43 -07:00
2022_12_20_075729_add_action_index_to_notifications_table.php Add index migration 2022-12-20 01:03:19 -07:00
2022_12_27_013417_add_can_trend_to_hashtags_table.php Add migration 2022-12-27 03:37:27 -07:00
2022_12_27_102053_update_hashtag_count.php Update migration 2022-12-27 05:49:36 -07:00
2022_12_31_034627_fix_account_status_deletes.php Add migration 2022-12-30 21:42:01 -07:00
2023_01_15_041933_add_missing_profile_id_to_users_table.php Add migration 2023-01-14 21:26:41 -07:00
2023_01_19_141156_fix_bookmark_visibility.php Add migration 2023-01-19 07:25:27 -07:00
2023_01_21_124608_fix_duplicate_profiles.php Add migration 2023-01-21 08:05:40 -07:00
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 Update filesystems config, add to config_cache 2024-03-14 05:03:19 -06:00
2023_03_19_050342_add_notes_to_instances_table.php Update admin instances dashboard 2023-03-19 05:29:54 -06:00
2023_04_20_092740_fix_account_blocks.php Update ApiV1Controller, fix account blocks.Closes #4304 2023-04-20 05:27:44 -06:00
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