some sample users and gravatar lookup
This commit is contained in:
@@ -20,12 +20,40 @@ users:
|
||||
flight_time: 43200
|
||||
created_at: now
|
||||
updated_at: now
|
||||
- id: 2
|
||||
name: Carla Walters
|
||||
email: carla.walters68@example.com
|
||||
password: admin
|
||||
rank_id: 1
|
||||
airline_id: 1
|
||||
home_airport_id: 2
|
||||
curr_airport_id: 2
|
||||
flights: 1
|
||||
flight_time: 43200
|
||||
created_at: now
|
||||
updated_at: now
|
||||
- id: 3
|
||||
name: Raymond Pearson
|
||||
email: raymond.pearson56@example.com
|
||||
password: admin
|
||||
rank_id: 1
|
||||
airline_id: 1
|
||||
home_airport_id: 2
|
||||
curr_airport_id: 2
|
||||
flights: 1
|
||||
flight_time: 43200
|
||||
created_at: now
|
||||
updated_at: now
|
||||
|
||||
role_user:
|
||||
- user_id: 1
|
||||
role_id: 1
|
||||
- user_id: 1
|
||||
role_id: 2
|
||||
- user_id: 2
|
||||
role_id: 2
|
||||
- user_id: 3
|
||||
role_id: 2
|
||||
|
||||
# ranks
|
||||
ranks:
|
||||
|
||||
Reference in New Issue
Block a user