Add migration to create default site and test user

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
root
2025-11-19 23:22:39 +00:00
parent c8d87f47b7
commit d341d7a2e2
2 changed files with 70 additions and 0 deletions

View File

@@ -306,6 +306,11 @@
"created_at": "2025-11-19T05:40:00+00:00",
"created_by": "root",
"command": "php artisan make:migration:safe rename_system_tables_to_underscore_prefix"
},
"2025_11_19_231708_create_test_user_record.php": {
"created_at": "2025-11-19T23:17:08+00:00",
"created_by": "root",
"command": "php artisan make:migration:safe create_test_user_record"
}
}
}