Reverse the iata/icao columns for airport import
This commit is contained in:
@@ -18,8 +18,8 @@ class AirportImporter extends ImportExport
|
||||
* Should match the database fields, for the most part
|
||||
*/
|
||||
public static $columns = [
|
||||
'iata',
|
||||
'icao',
|
||||
'iata',
|
||||
'name',
|
||||
'location',
|
||||
'country',
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
iata,icao,name,location,country,timezone,hub,lat,lon
|
||||
AUS,KAUS,Austin-Bergstrom,"Austin, Texas, USA", United States,America/Chicago,1,30.1945,-97.6699
|
||||
icao,iata,name,location,country,timezone,hub,lat,lon
|
||||
KAUS,AUS,Austin-Bergstrom,"Austin, Texas, USA", United States,America/Chicago,1,30.1945,-97.6699
|
||||
|
||||
|
Reference in New Issue
Block a user