Fixed seeder
Some checks are pending
Crowdin Action / upload-sources-to-crowdin (push) Waiting to run
Docker images (Alpine) / docker (push) Waiting to run
Docker images / docker (push) Waiting to run
Tests in MySQL / PHP ${{ matrix.php-version }} (8.1) (push) Waiting to run
Tests in MySQL / PHP ${{ matrix.php-version }} (8.2) (push) Waiting to run
Tests in MySQL / PHP ${{ matrix.php-version }} (8.3) (push) Waiting to run
Tests in SQLite / PHP ${{ matrix.php-version }} (8.1.1) (push) Waiting to run

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2024-07-29 20:17:25 +01:00
parent 4c5b82ae37
commit 4971c54b05

View file

@ -16,7 +16,7 @@ class AccessorySeeder extends Seeder
public function run() public function run()
{ {
Accessory::truncate(); Accessory::truncate();
DB::table('accessories_users')->truncate(); DB::table('accessories_checkout')->truncate();
if (! Location::count()) { if (! Location::count()) {
$this->call(LocationSeeder::class); $this->call(LocationSeeder::class);