Skip to content

Commit

Permalink
remove plugin seeds
Browse files Browse the repository at this point in the history
Signed-off-by: Vinzenz Rosenkranz <[email protected]>
  • Loading branch information
v1r0x committed Nov 7, 2023
1 parent 2e12d6b commit 57e7448
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions database/seeders/DemoSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ public function run()
$this->call(RoleUserTableSeeder::class);

$this->call(BibliographyTableSeeder::class);
$this->call(GeodataTableSeeder::class);
// $this->call(GeodataTableSeeder::class);
$this->call(AttributesTableSeeder::class);
$this->call(EntityTypesTableSeeder::class);
$this->call(EntitiesTableSeeder::class);
$this->call(FilesTableSeeder::class);
$this->call(FileTagsTableSeeder::class);
$this->call(AvailableLayersTableSeeder::class);
// $this->call(FilesTableSeeder::class);
// $this->call(FileTagsTableSeeder::class);
// $this->call(AvailableLayersTableSeeder::class);
$this->call(EntityTypeRelationsTableSeeder::class);
$this->call(EntityAttributesTableSeeder::class);
$this->call(AttributeValuesTableSeeder::class);
Expand Down

0 comments on commit 57e7448

Please sign in to comment.