Skip to content
Snippets Groups Projects
Unverified Commit 9d58aae1 authored by Robb Lewis's avatar Robb Lewis
Browse files

Force true for migrate

parent 0810d6b5
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -54,7 +54,7 @@ class Setup extends Command
private function setupDatabase()
{
Artisan::call('migrate:install');
Artisan::call('migrate');
Artisan::call('migrate', ['--force' => true]);
}
 
private function createUser()
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment