Add the airline back into seed data

This commit is contained in:
Nabeel Shahzad 2019-08-09 13:57:56 -04:00
parent 47be7507f0
commit 39fbdcb787
2 changed files with 10 additions and 1 deletions

View File

@ -66,6 +66,7 @@ reset: clean
.PHONY: reload-db
reload-db:
@php artisan phpvms:dev-install --reset-db
@make clean
.PHONY: tests
tests: test

View File

@ -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