Truncate incident updates before seeding
This commit is contained in:
@@ -222,6 +222,7 @@ EINCIDENT;
|
||||
];
|
||||
|
||||
Incident::truncate();
|
||||
IncidentUpdate::truncate();
|
||||
|
||||
foreach ($defaultIncidents as $defaultIncident) {
|
||||
$incident = Incident::create($defaultIncident);
|
||||
|
||||
Reference in New Issue
Block a user