2017-07-04 14:05:23 +08:00
|
|
|
#
|
|
|
|
airlines:
|
|
|
|
- id: 1
|
2017-08-16 21:33:43 +08:00
|
|
|
icao: VMS
|
2017-07-23 12:07:37 +08:00
|
|
|
iata: VM
|
2017-07-04 14:05:23 +08:00
|
|
|
name: phpvms airlines
|
|
|
|
active: 1
|
|
|
|
created_at: now
|
|
|
|
updated_at: now
|
|
|
|
|
|
|
|
users:
|
|
|
|
- id: 1
|
|
|
|
name: Admin User
|
|
|
|
email: admin@phpvms.net
|
|
|
|
password: admin
|
2017-12-13 07:26:27 +08:00
|
|
|
api_key: testadminapikey
|
2017-12-13 03:30:52 +08:00
|
|
|
airline_id: 1
|
2017-12-13 06:58:27 +08:00
|
|
|
home_airport_id: KAUS
|
|
|
|
curr_airport_id: KAUS
|
2017-07-04 14:05:23 +08:00
|
|
|
rank_id: 1
|
2018-01-05 11:05:26 +08:00
|
|
|
state: 1
|
2017-07-04 14:05:23 +08:00
|
|
|
created_at: now
|
|
|
|
updated_at: now
|
|
|
|
|
|
|
|
role_user:
|
|
|
|
- user_id: 1
|
|
|
|
role_id: 1
|
2017-12-16 02:36:13 +08:00
|
|
|
user_type: App\Models\User
|
2017-07-04 14:05:23 +08:00
|
|
|
- user_id: 1
|
|
|
|
role_id: 2
|
2017-12-16 02:36:13 +08:00
|
|
|
user_type: App\Models\User
|
2017-07-04 14:05:23 +08:00
|
|
|
|
|
|
|
ranks:
|
|
|
|
- id: 2
|
|
|
|
name: Junior First Officer
|
|
|
|
hours: 10
|
|
|
|
auto_approve_acars: 1
|
|
|
|
auto_approve_manual: 1
|
|
|
|
|
|
|
|
# shouldn't move past this guy
|
|
|
|
- id: 3
|
|
|
|
name: First Officer
|
|
|
|
hours: 15
|
|
|
|
auto_approve_acars: 1
|
|
|
|
auto_approve_manual: 1
|
|
|
|
auto_promote: 0
|