flexisip-account-manager/flexiapi/database/migrations
2025-03-05 15:48:55 +01:00
..
2014_10_12_000000_create_users_table.php Fix #15 Create a migration script to merge the SQLite and MySQL existing databases to the FlexiAPI one 2021-07-02 11:09:55 +02:00
2014_10_12_100000_create_password_resets_table.php Remove totally the SQLite support 2021-06-03 11:31:54 +02:00
2019_08_19_000000_create_failed_jobs_table.php Remove totally the SQLite support 2021-06-03 11:31:54 +02:00
2020_01_23_125119_create_accounts_passwords_tables.php Remove totally the SQLite support 2021-06-03 11:31:54 +02:00
2020_01_28_100553_create_nonces_digest_table.php Remove totally the SQLite support 2021-06-03 11:31:54 +02:00
2020_04_29_131330_create_admins_table.php Remove totally the SQLite support 2021-06-03 11:31:54 +02:00
2020_09_14_120448_add_email_changed_table.php Remove totally the SQLite support 2021-06-03 11:31:54 +02:00
2020_10_19_085412_create_api_keys_table.php Remove totally the SQLite support 2021-06-03 11:31:54 +02:00
2020_11_30_123051_create_aliases_table.php Add account deletetion feature in the Admin panel 2021-07-06 15:35:21 +02:00
2021_02_10_160119_add_phone_change_codes_table.php Add account deletetion feature in the Admin panel 2021-07-06 15:35:21 +02:00
2021_02_23_152536_create_tokens_table.php Add account deletetion feature in the Admin panel 2021-07-06 15:35:21 +02:00
2021_03_02_151353_create_activation_expirations_table.php Add account deletetion feature in the Admin panel 2021-07-06 15:35:21 +02:00
2021_09_06_132040_add_accounts_tombstones_table.php Add some basic subscriptions statistics 2021-10-05 14:27:23 +02:00
2021_09_16_120958_add_unique_accounts_passwords_aliases_table.php Fix #101 Add a MySQL migration test in the pipeline 2024-02-05 10:49:12 +00:00
2021_10_13_092937_create_contacts_table.php Move the DTMF protocol from AccountAction to Account 2022-01-20 15:29:48 +01:00
2021_10_27_150641_make_account_types_key_unique.php Fix #14, convert the flexisip-tester account seeder MySQL script to a proper Laravel Seeder 2021-12-07 17:10:37 +01:00
2022_01_19_160606_move_protocol_from_account_actions_to_account.php Move the DTMF protocol from AccountAction to Account 2022-01-20 15:29:48 +01:00
2022_02_07_111109_add_last_used_at_column_to_api_keys_table.php Fix #42 add PHPMD to the GitlabCI 2022-09-21 15:29:27 +02:00
2022_05_16_123726_create_auth_tokens_table.php QRCode based authentication 2022-07-12 15:14:46 +02:00
2022_06_21_124721_rename_tokens_to_account_creation_tokens.php Rename tokens to account_creation_token and the related table, tests, controllers, endpoints 2022-06-23 17:25:01 +02:00
2022_06_23_125740_add_provisioning_token_to_accounts_table.php Rename tokens to account_creation_token and the related table, tests, controllers, endpoints 2022-06-23 17:25:01 +02:00
2022_06_29_100221_create_external_accounts_table.php Add a size to the group string to prevent migration issue with old MySQL releases 2022-07-21 13:10:36 +02:00
2022_07_25_095147_change_group_length_from_accounts_table.php Add validation for GenerateExternalAccounts 2022-07-25 12:40:18 +02:00
2023_05_09_145418_add_email_index_to_accounts_table.php Fix #92 Add two new endpoints regarding email account reset and account search per email for admins 2023-05-10 10:01:54 +00:00
2023_05_22_120505_make_pn_attributes_nullable_account_creation_tokens_table.php Fix #102 Implement AccountCreationRequestToken 2023-05-23 14:49:03 +00:00
2023_05_22_123231_create_account_creation_request_tokens_table.php Fix #102 Implement AccountCreationRequestToken 2023-05-23 14:49:03 +00:00
2023_06_05_124409_add_email_change_code_table.php Redesign the UI 2023-06-09 08:24:49 +00:00
2023_06_07_142957_add_recovery_code_to_accounts_table.php Redesign the UI 2023-06-09 08:24:49 +00:00
2023_06_14_130324_add_created_at_updated_at_columns_accounts_table.php Redesign the account related pages 2023-06-27 09:13:36 +00:00
2023_06_27_134132_create_contacts_lists_table.php Add ContactList feature, complete the lists and attach them to accounts 2023-07-04 14:35:21 +00:00
2023_07_17_124917_create_statistics_messages_tables.php Add basic Statistics support for Messages and Related devices 2023-07-20 14:56:42 +00:00
2023_07_24_144940_change_contacts_lists_contraints_and_statistics_messages_indexes.php First basic statistics graph generation using Chart.js 2023-07-27 15:23:53 +00:00
2023_09_14_132627_create_statistics_calls_table.php Fix #101 Add a MySQL migration test in the pipeline 2024-02-05 10:49:12 +00:00
2023_10_03_121128_add_statistics_indexes.php Add Account statistics 2023-10-04 08:24:47 +00:00
2023_10_04_132708_drop_external_accounts_table.php Fix #125 Remove the External Accounts feature 2023-10-04 16:03:53 +02:00
2023_10_09_143939_confirmation_key_nullable_in_accounts_table.php Fix #19 Set all the ERROR confirmation_key to null in the accounts table 2023-10-09 16:50:09 +02:00
2023_12_11_135122_drop_group_from_accounts_table.php Fix #130 Drop the group column in the Accounts table 2023-12-11 14:54:58 +00:00
2023_12_11_155543_move_tokens_and_codes_to_consommable.php Fix #132 Move the provisioning_tokens and recovery_codes to dedicated table 2023-12-14 14:13:41 +00:00
2023_12_20_142159_create_account_dictionary_entries_table.php Fix #138 Add a dictionary to the account model 2023-12-28 09:54:47 +00:00
2024_01_22_151512_add_blocked_to_accounts_table.php Fix FLEXIAPI-134 Add a system to detect and block abusive accounts 2024-01-29 11:36:41 +01:00
2024_01_29_144458_add_ip_columns_to_tokens_and_keys_tables.php Fix FLEXIAPI-138 Add ip and user_agent columns to all the tokens and code... 2024-01-30 14:02:14 +00:00
2024_03_25_155713_merge_admins_table_in_accounts.php Fix FLEXIAPI-135 Merge the admins table in the accounts table 2024-03-26 14:15:20 +00:00
2024_04_08_144054_add_request_counter_and_ip_to_api_keys_table.php Fix FLEXIAPI-152 API Key usage clarification 2024-04-09 09:10:08 +00:00
2024_04_09_140622_drop_aliases_table.php Fix FLEXIAPI-172 Fix drop_aliases_table migration when there is more than one alias 2024-05-02 12:57:26 +02:00
2024_04_22_141226_vcards_storage.php Fix FLEXIAPI-164 Add vcards-storage endpoints 2024-04-24 13:41:43 +00:00
2024_06_11_090306_create_sip_domains_table.php Fix FLEXIAPI-220 Migrate SIP Domains to Spaces 2024-12-02 13:04:49 +00:00
2024_07_15_135258_create_phone_countries_table.php Fix FLEXIAPI-196 Add a phone validation system by country code with configuration panels and related tests and documentation 2024-07-24 10:59:22 +02:00
2024_08_07_131135_add_linphone_configuration_to_sip_domains_table.php Fix FLEXIAPI-203 Implement domain based Linphone configuration, add... 2024-08-12 10:14:21 +00:00
2024_11_18_103038_rename_sip_domains_to_spaces_table.php Fix FLEXIAPI-220 Migrate SIP Domains to Spaces 2024-12-02 13:04:49 +00:00
2024_12_02_142311_create_reset_password_email_tokens_table.php Fix FLEXIAPI-228 Add reset password email flow 2024-12-04 16:25:13 +01:00
2025_02_03_102848_complete_spaces_configuration.php Fix FLEXIAPI-258 Move DotEnv instance configurations in the Spaces table 2025-02-17 14:02:06 +00:00
2025_03_04_105856_add_name_in_spaces_table.php Fix FLEXIAPI-275 Add names in Spaces 2025-03-05 15:48:55 +01:00