From 40e72cf5807cfc85a06122ffc77dc1e3be4d1cba Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Thu, 7 Dec 2017 14:46:48 -0600 Subject: [PATCH] add IATA codes to seed file --- database/seeds/dev.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/database/seeds/dev.yml b/database/seeds/dev.yml index 763966ea..ff6db454 100644 --- a/database/seeds/dev.yml +++ b/database/seeds/dev.yml @@ -89,6 +89,7 @@ airlines: airports: - id: KAUS + iata: AUS icao: KAUS name: Austin-Bergstrom location: Austin, Texas, USA @@ -96,6 +97,7 @@ airports: lon: -97.6698889 timezone: America/Chicago - id: KJFK + iata: JFK icao: KJFK name: John F Kennedy location: New York, New York, USA @@ -103,6 +105,7 @@ airports: lon: -73.7786950 timezone: America/New_York - id: EGLL + iata: LHR icao: EGLL name: London Heathrow location: London, England