anonaddy/database/migrations
2024-07-24 12:35:24 +01:00
..
2014_10_12_000000_create_users_table.php Initial commit 2019-06-21 14:39:52 +01:00
2014_10_12_100000_create_password_resets_table.php Initial commit 2019-06-21 14:39:52 +01:00
2016_06_01_000001_create_oauth_auth_codes_table.php Updated to Passport for API 2019-10-11 18:05:22 +01:00
2016_06_01_000002_create_oauth_access_tokens_table.php Updated to Passport for API 2019-10-11 18:05:22 +01:00
2016_06_01_000003_create_oauth_refresh_tokens_table.php Updated to Passport for API 2019-10-11 18:05:22 +01:00
2016_06_01_000004_create_oauth_clients_table.php Updated to Passport for API 2019-10-11 18:05:22 +01:00
2016_06_01_000005_create_oauth_personal_access_clients_table.php Updated to Passport for API 2019-10-11 18:05:22 +01:00
2019_02_14_161733_create_aliases_table.php Initial commit 2019-06-21 14:39:52 +01:00
2019_02_18_132037_create_recipients_table.php Initial commit 2019-06-21 14:39:52 +01:00
2019_02_19_110850_create_alias_recipients_table.php Initial commit 2019-06-21 14:39:52 +01:00
2019_05_15_170256_create_failed_jobs_table.php Initial commit 2019-06-21 14:39:52 +01:00
2019_05_16_090909_create_deleted_usernames_table.php Initial commit 2019-06-21 14:39:52 +01:00
2019_05_22_171424_add_local_part_and_domain_to_aliases_table.php Initial commit 2019-06-21 14:39:52 +01:00
2019_05_22_180706_remove_nullable_from_local_part_and_domain_on_aliases_table.php Initial commit 2019-06-21 14:39:52 +01:00
2019_05_31_092710_add_emails_replied_to_aliases_table.php Initial commit 2019-06-21 14:39:52 +01:00
2019_05_31_104343_create_domains_table.php Initial commit 2019-06-21 14:39:52 +01:00
2019_05_31_140544_add_domain_id_to_aliases_table.php Initial commit 2019-06-21 14:39:52 +01:00
2019_06_03_154556_add_from_name_and_banner_location_to_users_table.php Initial commit 2019-06-21 14:39:52 +01:00
2019_06_04_121334_add_two_factor_auth_columns_to_users_table.php Initial commit 2019-06-21 14:39:52 +01:00
2019_06_06_113031_add_bandwidth_column_to_users_table.php Initial commit 2019-06-21 14:39:52 +01:00
2019_07_11_133147_add_openpgp_fields_to_recipients_table.php Added pgp for emails 2019-07-11 18:40:13 +01:00
2019_07_17_101326_add_email_subject_to_users_table.php Added option to replace email subject 2019-07-17 11:52:30 +01:00
2019_08_01_090418_add_extension_column_to_aliases_table.php Added extension column to aliases 2019-08-01 10:20:52 +01:00
2019_08_05_093129_create_additional_usernames_table.php Added additional username feature 2019-08-05 13:31:50 +01:00
2019_08_05_111548_add_username_count_column_to_users_table.php Added additional username feature 2019-08-05 13:31:50 +01:00
2019_08_21_104530_add_domain_verified_at_to_domains_table.php Added domain verification 2019-08-21 15:05:48 +01:00
2019_09_12_141803_add_two_factor_backup_code_column_to_users_table.php Added backup code for 2FA 2019-09-12 15:29:57 +01:00
2019_09_24_153605_add_default_recipient_id_column_to_domains_table.php Added domain default recipient option 2019-09-24 16:57:47 +01:00
2019_11_05_100750_add_default_recipient_id_column_to_additional_usernames_table.php Added additional username default recipient option 2019-11-05 14:50:31 +00:00
2019_11_05_105047_add_aliasable_columns_to_aliases_table.php Added additional username default recipient option 2019-11-05 14:50:31 +00:00
2019_11_05_143834_remove_domain_id_column_from_aliases_table.php Added additional username default recipient option 2019-11-05 14:50:31 +00:00
2019_12_09_151843_add_domain_sending_verified_at_to_domains_table.php Updated custom domain verification 2019-12-20 09:36:22 +00:00
2020_01_21_132726_add_emails_sent_to_aliases_table.php Added send from aliases 2020-01-29 13:43:55 +00:00
2020_02_28_111536_add_default_alias_domain_to_users_table.php Added default alias domain option 2020-02-28 11:28:23 +00:00
2020_03_05_112308_create_rules_table.php Added basic rules system 2020-06-02 13:59:59 +01:00
2020_06_02_074735_add_provider_to_oauth_clients_table.php Upgrade to Laravel 7 2020-06-04 16:42:11 +01:00
2020_06_18_105206_add_default_alias_format_to_users_table.php Added option to select default alias format 2020-06-18 12:10:02 +01:00
2020_09_26_084912_update_aliasable_type_in_aliases_table.php Updated to Laravel 10 2023-04-26 16:53:39 +01:00
2020_10_07_141852_add_catch_all_to_domains_table.php Added ability to disable catch-all for domains 2020-10-08 09:04:22 +01:00
2020_10_09_115344_add_catch_all_to_additional_usernames_table.php Added catch-all option to additional usernames 2020-10-09 14:33:38 +01:00
2020_10_13_091421_add_catch_all_to_users_table.php Added catch-all option to main account username 2020-10-16 12:43:14 +01:00
2020_11_24_120152_create_webauthn_keys_table.php Fixed table overflow issue on mobiles 2021-06-25 14:20:03 +01:00
2021_02_24_121035_add_use_reply_to_to_users_table.php Added option to use reply-to header for replies 2021-02-24 12:18:38 +00:00
2021_07_05_141300_create_postfix_queue_ids_table.php v0.8.0 2021-07-20 09:33:17 +01:00
2021_07_14_140246_add_domain_mx_validated_at_to_domains_table.php v0.8.0 2021-07-20 09:33:17 +01:00
2021_07_15_083825_create_failed_deliveries_table.php v0.8.0 2021-07-20 09:33:17 +01:00
2021_08_03_085607_add_attempted_at_to_failed_deliveries_table.php v0.8.1 2021-08-04 14:24:55 +01:00
2021_08_04_104448_add_enabled_to_webauthn_keys_table.php v0.8.1 2021-08-04 14:24:55 +01:00
2021_12_03_155539_add_email_types_to_rules_table.php Added email type options to rules 2021-12-03 16:23:20 +00:00
2022_02_09_150610_update_credential_id_value_in_webauthn_keys_table.php Upgraded laravel-webauthn to v2 2022-02-09 15:56:43 +00:00
2022_02_21_123001_add_can_reply_send_to_recipients_table.php Added allow/disallow replies/sends per rcpt 2022-02-22 16:16:47 +00:00
2022_02_25_091005_move_account_username_to_usernames_table.php Upgraded to Laravel 11 2024-05-15 12:19:56 +01:00
2022_03_14_111720_update_code_in_failed_deliveries_table.php Fixed #277 2022-03-14 11:20:56 +00:00
2022_06_29_103709_update_email_type_in_failed_deliveries_table.php Added regex options to rule conditions 2024-07-24 12:35:24 +01:00
2022_07_19_000001_create_personal_access_tokens_table.php Migrate from Passport to Sanctum for API 2022-07-21 10:54:36 +01:00
2022_07_29_111323_add_expires_at_to_personal_access_tokens_table.php Added regex options to rule conditions 2024-07-24 12:35:24 +01:00
2022_08_05_085825_add_protected_headers_and_inline_encryption_to_recipients_table.php Added regex options to rule conditions 2024-07-24 12:35:24 +01:00
2022_11_11_113130_add_defer_columns_to_users_table.php Added regex options to rule conditions 2024-07-24 12:35:24 +01:00
2022_11_21_164512_add_reject_until_column_to_users_table.php Added regex options to rule conditions 2024-07-24 12:35:24 +01:00
2022_11_24_135311_create_outbound_messages_table.php Rebrand update 2023-10-04 11:32:39 +01:00
2023_01_20_111533_add_destination_to_failed_deliveries_table.php Rebrand update 2023-10-04 11:32:39 +01:00
2023_01_31_110006_drop_postfix_queue_ids_table.php Rebrand update 2023-10-04 11:32:39 +01:00
2023_03_22_101343_add_indexes_to_user_id_columns.php Add indexes to user_id columns 2023-03-23 16:56:09 +00:00
2023_03_24_151053_add_index_for_aliasable_id_to_aliases_table.php Rebrand update 2023-10-04 11:32:39 +01:00
2023_04_28_145204_add_columns_for_storing_failed_deliveries.php Added option to store failed deliveries 2023-05-16 09:32:44 +01:00
2023_05_31_131832_add_from_name_columns.php Rebrand update 2023-10-04 11:32:39 +01:00
2023_06_05_111322_add_pending_column_to_recipients_table.php Rebrand update 2023-10-04 11:32:39 +01:00
2023_06_29_155657_add_can_login_to_usernames_table.php Rebrand update 2023-10-04 11:32:39 +01:00
2023_06_30_101305_add_display_from_format_to_users_table.php Rebrand update 2023-10-04 11:32:39 +01:00
2023_11_02_155035_add_login_redirect_to_users_table.php Added login redirect setting 2023-11-02 20:24:23 +00:00
2024_03_19_114553_add_last_used_columns_to_aliases_table.php Added 'last used at' to aliases 2024-03-25 15:39:49 +00:00
2024_03_20_155004_add_save_alias_last_used_to_users_table.php Added 'last used at' to aliases 2024-03-25 15:39:49 +00:00
2024_05_02_142415_add_applied_columns_to_rules_table.php Added applied columns to rules 2024-05-03 16:52:28 +01:00
2024_07_03_110530_add_auto_create_regex_to_usernames_and_domains_tables.php Added auto create regex to usernames and domains 2024-07-23 11:41:54 +01:00