Add the airline back into seed data
This commit is contained in:
parent
47be7507f0
commit
39fbdcb787
1
Makefile
1
Makefile
@ -66,6 +66,7 @@ reset: clean
|
||||
.PHONY: reload-db
|
||||
reload-db:
|
||||
@php artisan phpvms:dev-install --reset-db
|
||||
@make clean
|
||||
|
||||
.PHONY: tests
|
||||
tests: test
|
||||
|
@ -3,4 +3,12 @@
|
||||
# want to modify or erase any of this here
|
||||
#
|
||||
|
||||
|
||||
airlines:
|
||||
- id: 1
|
||||
icao: VMS
|
||||
iata: VM
|
||||
name: phpvms airlines
|
||||
country: us
|
||||
active: 1
|
||||
created_at: now
|
||||
updated_at: now
|
||||
|
Loading…
Reference in New Issue
Block a user