flexisip-account-manager/flexiapi/database/migrations
Timothée Jaussoin 307c379fa8 Add validation for GenerateExternalAccounts
Add a migration to change the accounts group column to 64 chars
Update the dependencies
Bump the package number
2022-07-25 12:40:18 +02: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 Add some basic subscriptions statistics 2021-10-05 14:27:23 +02: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 Add a send message endpoint, passing by the linphone-daemon unix pipe 2022-02-08 18:04:25 +01: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