Force db:wipe

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2022-05-17 04:27:48 -07:00
parent 15a1db480a
commit 0dfc98a493

View file

@ -1234,7 +1234,9 @@ class SettingsController extends Controller
// TODO: run a backup
Artisan::call('db:wipe');
Artisan::call('db:wipe', [
'--force' => true,
]);
// run the restore command
Artisan::call('snipeit:restore',