Updated the migration routine, started on data tables.

This commit is contained in:
James Cole
2014-09-21 08:25:30 +02:00
parent 6a26408552
commit ba4bddf756
36 changed files with 937 additions and 305 deletions

View File

@@ -2,28 +2,29 @@
cd ..
composer self-update
composer update
cd scripts
rm -f ../app/storage/firefly-iii-import-*.json
rm -f ../app/storage/debugbar/*.json
rm -f ../app/storage/logs/larave*.log
rm -f ../app/storage/meta/services.json
rm -f ./app/storage/firefly-iii-import-*.json
rm -f ./app/storage/debugbar/*.json
rm -f ./app/storage/logs/larave*.log
rm -f ./app/storage/meta/services.json
for i in `seq 0 9`;
do
rm -f ../app/storage/views/$i*
rm -f ./app/storage/views/$i*
done
rm -f ../app/storage/views/a*
rm -f ../app/storage/views/b*
rm -f ../app/storage/views/c*
rm -f ../app/storage/views/d*
rm -f ../app/storage/views/e*
rm -f ../app/storage/views/f*
rm -f ./app/storage/views/a*
rm -f ./app/storage/views/b*
rm -f ./app/storage/views/c*
rm -f ./app/storage/views/d*
rm -f ./app/storage/views/e*
rm -f ./app/storage/views/f*
php ../artisan clear-compiled --env=local
php ../artisan ide-helper:generate --env=local
php ../artisan ide-helper:models --env=local --write
php ../artisan optimize --env=local
php ../artisan dump-autoload --env=local
php artisan clear-compiled --env=local
php artisan ide-helper:generate --env=local
php artisan ide-helper:models --env=local --write
php artisan optimize --env=local
php artisan dump-autoload --env=local
cd scripts
./local-reset.sh