fix attendance
This commit is contained in:
+3
-1
@@ -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,
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user