fix attendance

This commit is contained in:
root
2026-06-04 20:49:14 -04:00
parent 6fa656bb6c
commit d28d11e2e5
15 changed files with 1101 additions and 44 deletions
+3 -1
View File
@@ -134,7 +134,9 @@ return [
*/
'migrations' => [
'table' => 'migrations',
// The legacy database already has a `migrations` table with a
// different lifecycle/history. Keep Laravel's repository separate.
'table' => env('DB_MIGRATIONS_TABLE', 'laravel_migrations'),
'update_date_on_publish' => true,
],