Skip to content

Commit

Permalink
Merge pull request #160 from bcgov/programs-update-csv-2025Jan
Browse files Browse the repository at this point in the history
Added default value for 'active_status'
  • Loading branch information
MaelCormier-CGI authored Jan 8, 2025
2 parents 20a5544 + 9f9adca commit a2b39ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Console/Commands/ImportNewPrograms.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public function handle()
Program::create([
'institution_guid' => $institution->guid,
'guid' => $guid,
'active_status' => true,
'program_name' => $record['Program_Name'],
'cip_code' => $record['CIP_Code'],
'program_type' => $record['Program_Type'],
Expand Down

0 comments on commit a2b39ce

Please sign in to comment.