diff --git a/app/Console/Commands/PaveIt.php b/app/Console/Commands/PaveIt.php index 35b6b03a9b..d30917a735 100644 --- a/app/Console/Commands/PaveIt.php +++ b/app/Console/Commands/PaveIt.php @@ -79,6 +79,7 @@ class PaveIt extends Command DB::statement('delete from accessories_users'); DB::statement('delete from asset_logs'); DB::statement('delete from asset_maintenances'); + DB::statement('delete from login_attempts'); DB::statement('delete from asset_uploads'); DB::statement('delete from action_logs'); DB::statement('delete from checkout_requests');