Skip to content

Commit

Permalink
Merge pull request #1067 from dbarzin/dev
Browse files Browse the repository at this point in the history
Fix seeders
  • Loading branch information
dbarzin authored Jan 18, 2025
2 parents 0b6ab64 + 9d54a54 commit 196412a
Show file tree
Hide file tree
Showing 2 changed files with 2,156 additions and 927 deletions.
5 changes: 1 addition & 4 deletions database/seeders/DatabaseSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,6 @@ public function run()
$this->call(DemoMApplicationEventsTableSeeder::class);
$this->call(DemoMApplicationWorkstationTableSeeder::class);
$this->call(DemoDatabaseLogicalServerTableSeeder::class);
// $this->call(DemoCpeVendorsTableSeeder::class);
// $this->call(DemoCpeProductsTableSeeder::class);
$this->call(DemoActivityProcessTableSeeder::class);
$this->call(DemoActivityDocumentTableSeeder::class);
$this->call(DemoDocumentsTableSeeder::class);
Expand All @@ -115,7 +113,6 @@ public function run()
$this->call(DemoDataProcessingInformationTableSeeder::class);
$this->call(DemoDataProcessingMApplicationTableSeeder::class);
$this->call(DemoDataProcessingProcessTableSeeder::class);
$this->call(PermissionRoleTableSeeder::class);
}
}
}
}
Loading

0 comments on commit 196412a

Please sign in to comment.