Files
rspade_system/database/migrations/.migration_whitelist
root f6ac36c632 Enhance refactor commands with controller-aware Route() updates and fix code quality violations
Add semantic token highlighting for 'that' variable and comment file references in VS Code extension
Add Phone_Text_Input and Currency_Input components with formatting utilities
Implement client widgets, form standardization, and soft delete functionality
Add modal scroll lock and update documentation
Implement comprehensive modal system with form integration and validation
Fix modal component instantiation using jQuery plugin API
Implement modal system with responsive sizing, queuing, and validation support
Implement form submission with validation, error handling, and loading states
Implement country/state selectors with dynamic data loading and Bootstrap styling
Revert Rsx::Route() highlighting in Blade/PHP files
Target specific PHP scopes for Rsx::Route() highlighting in Blade
Expand injection selector for Rsx::Route() highlighting
Add custom syntax highlighting for Rsx::Route() and Rsx.Route() calls
Update jqhtml packages to v2.2.165
Add bundle path validation for common mistakes (development mode only)
Create Ajax_Select_Input widget and Rsx_Reference_Data controller
Create Country_Select_Input widget with default country support
Initialize Tom Select on Select_Input widgets
Add Tom Select bundle for enhanced select dropdowns
Implement ISO 3166 geographic data system for country/region selection
Implement widget-based form system with disabled state support

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-30 06:21:56 +00:00

216 lines
10 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"
},
"2025_10_28_025035_create_projects_table.php": {
"created_at": "2025-10-28T02:50:35+00:00",
"created_by": "root",
"command": "php artisan make:migration:safe create_projects_table"
},
"2025_10_28_025113_create_tasks_table.php": {
"created_at": "2025-10-28T02:51:13+00:00",
"created_by": "root",
"command": "php artisan make:migration:safe create_tasks_table"
},
"2025_10_28_043559_create_clients_table.php": {
"created_at": "2025-10-28T04:35:59+00:00",
"created_by": "root",
"command": "php artisan make:migration:safe create_clients_table"
},
"2025_10_28_223500_create_geographic_data_tables.php": {
"created_at": "2025-10-28T22:35:00+00:00",
"created_by": "root",
"command": "php artisan make:migration:safe create_geographic_data_tables"
},
"2025_10_29_034934_add_soft_deletes_to_core_tables.php": {
"created_at": "2025-10-29T03:49:34+00:00",
"created_by": "root",
"command": "php artisan make:migration:safe add_soft_deletes_to_core_tables"
}
}
}