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
|
* Should match the database fields, for the most part
|
||||||
*/
|
*/
|
||||||
public static $columns = [
|
public static $columns = [
|
||||||
'iata',
|
|
||||||
'icao',
|
'icao',
|
||||||
|
'iata',
|
||||||
'name',
|
'name',
|
||||||
'location',
|
'location',
|
||||||
'country',
|
'country',
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
iata,icao,name,location,country,timezone,hub,lat,lon
|
icao,iata,name,location,country,timezone,hub,lat,lon
|
||||||
AUS,KAUS,Austin-Bergstrom,"Austin, Texas, USA", United States,America/Chicago,1,30.1945,-97.6699
|
KAUS,AUS,Austin-Bergstrom,"Austin, Texas, USA", United States,America/Chicago,1,30.1945,-97.6699
|
||||||
|
|||||||
|
Reference in New Issue
Block a user