Update DatabaseSeeder to include additional seeders and comment out FavoritesSeeder

- Added ProductCategoryRelationshipsSeeder, ProductBarcodesSeeder, SectionsSeeder, ProductPropertiesSeeder, and ProductPropertyValuesSeeder to DatabaseSeeder.
- Commented out FavoritesSeeder and SectionsSeeder for future adjustments.
This commit is contained in:
Mekan1206
2026-02-09 03:29:21 +05:00
parent b4a05e3f8c
commit c48ad83548
8 changed files with 183 additions and 4 deletions

View File

@@ -26,4 +26,4 @@ class FavoritesSeeder extends Seeder
SELECT setval('{$table}_id_seq', (SELECT MAX(id) from {$table}))
");
}
}
}