add --force for database migration command
This commit is contained in:
parent
27113f8b4b
commit
223081cf05
@ -95,7 +95,7 @@ class SetupController extends Controller
|
||||
]);
|
||||
|
||||
// create tables
|
||||
Artisan::call('migrate');
|
||||
Artisan::call('migrate', ['--force' => true]);
|
||||
|
||||
Option::set('site_name', $request->input('site_name'));
|
||||
Option::set('site_url', url('/'));
|
||||
|
Loading…
Reference in New Issue
Block a user