anonaddy/database/migrations
2022-08-08 16:06:46 +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 Upgrade to Laravel 8 2020-09-27 15:01:17 +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 Move account username to usernames table 2022-03-02 10:31:27 +00: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 Upgrade to Laravel 9 2022-07-07 08:44:47 +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 expiry option to API tokens 2022-07-29 17:22:03 +01:00
2022_08_05_085825_add_protected_headers_and_inline_encryption_to_recipients_table.php Added inline encryption and protected headers 2022-08-08 16:06:46 +01:00