Let's make sure to keep some of the stuff we need on the demo as well

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2021-09-20 17:29:32 -07:00
parent 957f33c8cf
commit 4d30edd535

View file

@ -79,7 +79,10 @@ class PaveIt extends Command
}
}
\DB::statement('delete from users WHERE id!=1'
\DB::statement('delete from users WHERE id > 2');
\DB::statement('delete from oauth_clients WHERE id > 2');
\DB::statement('delete from oauth_access_tokens WHERE id > 2');
}
}
}