cleanup aircraft table/repo

This commit is contained in:
Nabeel Shahzad
2017-06-24 14:00:56 -05:00
parent fe1100e57f
commit 5dce55b4f3
11 changed files with 23 additions and 61 deletions

View File

@@ -18,10 +18,11 @@ install: db
echo ""
clean:
@php artisan cache:clear
@php artisan optimize
@php artisan route:clear
@php artisan config:clear
@rm -f database/testing.sqlite
@rm -f database/*.sqlite
reset: clean
@sqlite3 database/testing.sqlite ""