Moved migrate command before update tables
This commit is contained in:
parent
5f9fe563f4
commit
35effbafd2
@ -27,9 +27,9 @@ class Version2114 extends Listener
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->updateMediaTables();
|
|
||||||
|
|
||||||
Artisan::call('migrate', ['--force' => true]);
|
Artisan::call('migrate', ['--force' => true]);
|
||||||
|
|
||||||
|
$this->updateMediaTables();
|
||||||
}
|
}
|
||||||
|
|
||||||
public function updateMediaTables()
|
public function updateMediaTables()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user