mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 06:17:28 -08:00
Force db:wipe
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
15a1db480a
commit
0dfc98a493
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue