mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 06:17:28 -08:00
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:
parent
957f33c8cf
commit
4d30edd535
|
@ -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');
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue