Files
rspade_system/database/migrations/.migration_whitelist
root f6fac6c4bc Fix bin/publish: copy docs.dist from project root
Fix bin/publish: use correct .env path for rspade_system
Fix bin/publish script: prevent grep exit code 1 from terminating script

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-21 02:08:33 +00:00

191 lines
9.1 KiB
Plaintext
Executable File

{
"description": "This file tracks migrations created via php artisan make:migration",
"purpose": "Prevents manually created migrations from running to avoid timestamp conflicts",
"migrations": {
"2024_01_01_000000_create_sessions_table.php": {
"created_at": "pre-whitelist",
"created_by": "system",
"command": "existing migration"
},
"2025_08_13_155818_create_authorized_table.php": {
"created_at": "2025-08-13T15:58:21+00:00",
"created_by": "root",
"command": "php artisan make:migration:safe create_authorized_table"
},
"2025_08_19_003042_test_raw_sql.php": {
"created_at": "2025-08-19T00:30:44+00:00",
"created_by": "root",
"command": "php artisan make:migration:safe test_raw_sql"
},
"2025_09_03_054656_create_sites_table.php": {
"created_at": "2025-09-03T05:46:56+00:00",
"created_by": "root",
"command": "php artisan make:migration:safe create_sites_table"
},
"2025_09_03_054826_create_users_table.php": {
"created_at": "2025-09-03T05:48:26+00:00",
"created_by": "root",
"command": "php artisan make:migration:safe create_users_table"
},
"2025_09_03_054939_create_rsx_sessions_table.php": {
"created_at": "2025-09-03T05:49:39+00:00",
"created_by": "root",
"command": "php artisan make:migration:safe create_rsx_sessions_table"
},
"2025_09_03_054950_create_site_users_table.php": {
"created_at": "2025-09-03T05:49:50+00:00",
"created_by": "root",
"command": "php artisan make:migration:safe create_site_users_table"
},
"2025_09_03_054950_create_file_hashes_table.php": {
"created_at": "2025-09-03T05:49:50+00:00",
"created_by": "root",
"command": "php artisan make:migration:safe create_file_hashes_table"
},
"2025_09_03_054950_create_files_table.php": {
"created_at": "2025-09-03T05:49:50+00:00",
"created_by": "root",
"command": "php artisan make:migration:safe create_files_table"
},
"2025_09_03_054950_create_ip_addresses_table.php": {
"created_at": "2025-09-03T05:49:50+00:00",
"created_by": "root",
"command": "php artisan make:migration:safe create_ip_addresses_table"
},
"2025_09_03_054951_create_user_verifications_table.php": {
"created_at": "2025-09-03T05:49:51+00:00",
"created_by": "root",
"command": "php artisan make:migration:safe create_user_verifications_table"
},
"2025_09_03_054951_create_user_invites_table.php": {
"created_at": "2025-09-03T05:49:51+00:00",
"created_by": "root",
"command": "php artisan make:migration:safe create_user_invites_table"
},
"2025_09_03_152057_create_admin_test_user.php": {
"created_at": "2025-09-03T15:20:57+00:00",
"created_by": "root",
"command": "php artisan make:migration:safe create_admin_test_user"
},
"2025_09_03_164754_add_rsx_columns_to_sessions_table.php": {
"created_at": "2025-09-03T16:47:54+00:00",
"created_by": "root",
"command": "php artisan make:migration:safe add_rsx_columns_to_sessions_table"
},
"2025_09_03_165609_create_flash_alerts_table.php": {
"created_at": "2025-09-03T16:56:09+00:00",
"created_by": "root",
"command": "php artisan make:migration:safe create_flash_alerts_table"
},
"2025_09_09_102518_create_flash_alerts_table.php": {
"created_at": "2025-09-09T10:25:18+00:00",
"created_by": "root",
"command": "php artisan make:migration:safe create_flash_alerts_table"
},
"2025_09_09_173210_update_flash_alerts_foreign_key_cascade.php": {
"created_at": "2025-09-09T17:32:10+00:00",
"created_by": "root",
"command": "php artisan make:migration:safe update_flash_alerts_foreign_key_cascade"
},
"2025_09_09_202949_test_manifest_clear_on_migrate.php": {
"created_at": "2025-09-09T20:29:49+00:00",
"created_by": "root",
"command": "php artisan make:migration:safe test_manifest_clear_on_migrate"
},
"2025_09_11_234657_test_unran_migration.php": {
"created_at": "2025-09-11T23:46:57+00:00",
"created_by": "root",
"command": "php artisan make:migration:safe test_unran_migration"
},
"2025_09_11_234729_create_test_table_with_bad_session_id.php": {
"created_at": "2025-09-11T23:47:29+00:00",
"created_by": "root",
"command": "php artisan make:migration:safe create_test_table_with_bad_session_id"
},
"2025_09_11_235349_fix_flash_alerts_session_id_schema.php": {
"created_at": "2025-09-11T23:53:49+00:00",
"created_by": "root",
"command": "php artisan make:migration:safe fix_flash_alerts_session_id_schema"
},
"2025_09_12_185559_add_csrf_token_to_sessions_table.php": {
"created_at": "2025-09-12T18:55:59+00:00",
"created_by": "root",
"command": "php artisan make:migration:safe add_csrf_token_to_sessions_table"
},
"2025_09_12_220225_add_composite_index_to_sessions_table.php": {
"created_at": "2025-09-12T22:02:25+00:00",
"created_by": "root",
"command": "php artisan make:migration:safe add_composite_index_to_sessions_table"
},
"2025_09_16_074547_add_status_to_users_table.php": {
"created_at": "2025-09-16T07:45:47+00:00",
"created_by": "root",
"command": "php artisan make:migration:safe add_status_to_users_table"
},
"2025_09_16_075234_rename_status_column_to_status_id.php": {
"created_at": "2025-09-16T07:52:34+00:00",
"created_by": "root",
"command": "php artisan make:migration:safe rename_status_column_to_status_id"
},
"2025_09_16_075915_create_demo_products_table.php": {
"created_at": "2025-09-16T07:59:15+00:00",
"created_by": "root",
"command": "php artisan make:migration:safe create_demo_products_table"
},
"2025_09_16_080116_fix_flash_alerts_foreign_key.php": {
"created_at": "2025-09-16T08:01:16+00:00",
"created_by": "root",
"command": "php artisan make:migration:safe fix_flash_alerts_foreign_key"
},
"2025_09_30_023430_drop_and_recreate_session_table.php": {
"created_at": "2025-09-30T02:34:30+00:00",
"created_by": "root",
"command": "php artisan make:migration:safe drop_and_recreate_session_table"
},
"2025_09_30_050004_add_last_login_to_users_table.php": {
"created_at": "2025-09-30T05:00:05+00:00",
"created_by": "root",
"command": "php artisan make:migration:safe add_last_login_to_users_table"
},
"2025_10_13_012323_create_test_integers_table.php": {
"created_at": "2025-10-13T01:23:23+00:00",
"created_by": "root",
"command": "php artisan make:migration:safe create_test_integers_table"
},
"2025_10_13_013341_create_test_types_table.php": {
"created_at": "2025-10-13T01:33:41+00:00",
"created_by": "root",
"command": "php artisan make:migration:safe create_test_types_table"
},
"2025_10_13_013419_create_test_charset_table.php": {
"created_at": "2025-10-13T01:34:19+00:00",
"created_by": "root",
"command": "php artisan make:migration:safe create_test_charset_table"
},
"2025_10_13_013631_test_forbidden_enum.php": {
"created_at": "2025-10-13T01:36:31+00:00",
"created_by": "root",
"command": "php artisan make:migration:safe test_forbidden_enum"
},
"2025_10_13_013704_test_forbidden_set_year_time.php": {
"created_at": "2025-10-13T01:37:04+00:00",
"created_by": "root",
"command": "php artisan make:migration:safe test_forbidden_set_year_time"
},
"2025_10_13_013949_test_edge_cases_comprehensive.php": {
"created_at": "2025-10-13T01:39:49+00:00",
"created_by": "root",
"command": "php artisan make:migration:safe test_edge_cases_comprehensive"
},
"2025_10_13_020245_test_datetime_fk.php": {
"created_at": "2025-10-13T02:02:45+00:00",
"created_by": "root",
"command": "php artisan make:migration:safe test_datetime_fk"
},
"2025_10_14_172351_add_experience_id_to_sessions.php": {
"created_at": "2025-10-14T17:23:51+00:00",
"created_by": "root",
"command": "php artisan make:migration:safe add_experience_id_to_sessions"
}
}
}