2FAuth/database/migrations
2024-10-27 08:16:48 +01:00
..
2014_10_12_000000_create_users_table.php Remove softDelete from User model 2020-01-14 11:08:21 +01:00
2014_10_12_100000_create_password_resets_table.php initial commit 2019-05-20 07:37:41 +02:00
2016_06_01_000001_create_oauth_auth_codes_table.php Add new auto-published passport migrations 2024-06-26 13:54:24 +02:00
2016_06_01_000002_create_oauth_access_tokens_table.php Add new auto-published passport migrations 2024-06-26 13:54:24 +02:00
2016_06_01_000003_create_oauth_refresh_tokens_table.php Add new auto-published passport migrations 2024-06-26 13:54:24 +02:00
2016_06_01_000004_create_oauth_clients_table.php Add new auto-published passport migrations 2024-06-26 13:54:24 +02:00
2016_06_01_000005_create_oauth_personal_access_clients_table.php Add new auto-published passport migrations 2024-06-26 13:54:24 +02:00
2017_03_03_100000_create_options_table.php Add Laravel Options package 2020-02-26 19:18:48 +01:00
2019_05_16_162730_create_twofaccounts_table.php Add migrations to prevent multiple Schema::table in a single migration 2022-04-04 15:59:38 +02:00
2020_03_25_095517_add_order_column_to_twofaccounts_table.php Upgrade to Laravel 8 2022-03-31 11:24:01 +02:00
2020_10_05_210557_add_last_seen_to_users_table.php Add auto-lock option 2020-10-08 15:38:36 +02:00
2020_10_11_202302_add_provider_column_to_oauth_clients_table.php Upgrade to Laravel 7.0 2020-10-12 08:05:33 +02:00
2020_10_20_210129_create_groups_table.php Add migrations for upcoming Groups entity 2020-10-25 23:46:57 +01:00
2020_10_20_211115_add_group_id_column_to_twofaccounts_table.php Fix multiple issues detected by static analysis 2022-11-25 15:20:36 +01:00
2020_12_04_073604_alter_encrypted_columns_to_text.php Update migrations for consistent column changes without doctrine/dbal 2024-06-26 13:58:56 +02:00
2020_12_04_073605_alter_encrypted_columns_to_text_for_sqlite.php Update migrations for consistent column changes without doctrine/dbal 2024-06-26 13:58:56 +02:00
2020_12_04_073606_alter_encrypted_columns_to_text_for_sqlite_bis.php Revert "Revert most of the previous changes as using bionic fixes travis" 2022-04-04 18:02:42 +02:00
2021_09_08_191139_split_twofaccounts_uri_in_multiple_columns.php Fix spelling & Cleaning 2024-09-02 10:14:37 +02:00
2021_09_08_191140_rename_uri_to_legacy_uri.php Revert "Revert most of the previous changes as using bionic fixes travis" 2022-04-04 18:02:42 +02:00
2021_09_14_195451_change_nullable_in_twofaccounts_table.php Add Store icons to database feature 2024-10-27 08:16:48 +01:00
2021_12_03_220140_create_web_authn_tables.php Replace darkghosthunter/larapass with laragear/webauthn 2022-11-25 15:20:36 +01:00
2022_10_20_122032_create_webauthn_credentials.php Increase id column length of webauthn credential - Fix #166 2023-03-10 15:54:58 +01:00
2023_02_10_145413_add_is_admin_and_preferences_to_users_table.php Replace the useWebauthnAsDefault option by a client side form toggle 2023-03-15 14:44:51 +01:00
2023_02_21_143845_bind_twofaccounts_and_groups_to_users.php Fix column type in user binding migration 2023-02-25 22:25:28 +01:00
2023_03_13_114928_set_username_unique.php Make the User Name unique 2023-03-13 14:53:42 +01:00
2023_12_06_131842_add_oauth_columns_to_user.php Fix migration not being supported by sqlite 2024-03-29 19:26:34 +01:00
2024_04_14_082519_create_auth_logs_table.php Add indexes on authentication log table 2024-05-24 13:50:46 +02:00
2024_08_08_133135_alter_twofaccount_service_field_to_text.php Add encryption of Service field - Closes #365 2024-09-02 10:08:04 +02:00
2024_08_08_133136_encrypt_twofaccount_service_field.php Add Store icons to database feature 2024-10-27 08:16:48 +01:00
2024_09_12_151037_create_session_table.php Add missing tables for Session & Cache database driver - Fixes #399 2024-10-12 17:22:02 +02:00
2024_09_12_151132_create_cache_table.php Add missing tables for Session & Cache database driver - Fixes #399 2024-10-12 17:22:02 +02:00
2024_09_30_110610_create_icons_table.php Add Store icons to database feature 2024-10-27 08:16:48 +01:00