Remove tail_number field from aircraft
This commit is contained in:
@@ -4,6 +4,7 @@ airlines:
|
||||
icao: VMS
|
||||
iata: VM
|
||||
name: phpvms airlines
|
||||
country: us
|
||||
active: 1
|
||||
created_at: now
|
||||
updated_at: now
|
||||
@@ -183,18 +184,15 @@ aircraft:
|
||||
- id: 1
|
||||
subfleet_id: 1
|
||||
name: Boeing 747-400
|
||||
registration: NC17
|
||||
tail_number: 17
|
||||
registration: 001Z
|
||||
- id: 2
|
||||
subfleet_id: 2
|
||||
name: Boeing 777-200
|
||||
registration: NC20
|
||||
tail_number: 20
|
||||
registration: C202
|
||||
- id: 3
|
||||
subfleet_id: 1
|
||||
name: Boeing 747-412
|
||||
registration: NS233
|
||||
tail_number: 1233
|
||||
registration: S2333
|
||||
|
||||
fares:
|
||||
- id: 1
|
||||
|
||||
Reference in New Issue
Block a user