Skip to content

Commit

Permalink
remove approx enrollment
Browse files Browse the repository at this point in the history
  • Loading branch information
mwvolo committed Jan 8, 2025
1 parent ead40b9 commit 74058ae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions salesforce/management/commands/update_schools.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ def handle(self, *args, **options):
"Website, " \
"Type, " \
"School_Location__c, " \
"Approximate_Enrollment__c, " \
"Students_Current_Year__c, " \
"Total_School_Enrollment__c, " \
"BillingStreet, " \
Expand All @@ -38,7 +37,6 @@ def handle(self, *args, **options):
'website': sf_school['Website'],
'type': sf_school['Type'],
'location': sf_school['School_Location__c'],
'undergraduate_enrollment': sf_school['Approximate_Enrollment__c'],
'current_year_students': sf_school['Students_Current_Year__c'],
'total_school_enrollment': sf_school['Total_School_Enrollment__c'],
'physical_country': sf_school['BillingCountry'],
Expand Down

0 comments on commit 74058ae

Please sign in to comment.