mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-24 12:17:05 -08:00
Truncate the checkout_requests field on seed
This commit is contained in:
parent
66a590b774
commit
1d3472b5c4
|
@ -44,6 +44,7 @@ class AssetSeeder extends Seeder
|
|||
unlink($del_file); // delete file
|
||||
}
|
||||
|
||||
DB::table('checkout_requests')->truncate();
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue