Add the airline back into seed data
This commit is contained in:
1
Makefile
1
Makefile
@@ -66,6 +66,7 @@ reset: clean
|
|||||||
.PHONY: reload-db
|
.PHONY: reload-db
|
||||||
reload-db:
|
reload-db:
|
||||||
@php artisan phpvms:dev-install --reset-db
|
@php artisan phpvms:dev-install --reset-db
|
||||||
|
@make clean
|
||||||
|
|
||||||
.PHONY: tests
|
.PHONY: tests
|
||||||
tests: test
|
tests: test
|
||||||
|
|||||||
@@ -3,4 +3,12 @@
|
|||||||
# want to modify or erase any of this here
|
# 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
|
||||||
|
|||||||
Reference in New Issue
Block a user