Update page 'collection'

Timothy Warren 2018-11-29 10:13:56 -05:00
parent 50d994b68e
commit 32bd07ca96
1 changed files with 3 additions and 3 deletions

@ -24,8 +24,8 @@ paths:
environments: environments:
default_migration_table: phinxlog default_migration_table: phinxlog
default_database: development default_database: production
development: production:
adapter: sqlite adapter: sqlite
name: ./anime_collection.sqlite name: ./anime_collection.sqlite
@ -34,7 +34,7 @@ environments:
## Setup steps ## Setup steps
1. Create phinx and Hummingbird config files 1. Create phinx and Hummingbird config files
2. Run the migrations. Based on the example file above, you'd run: `./vendor/bin/phinx migrate -e development` 2. Run the migrations. Based on the example file above, you'd run: `./vendor/bin/phinx migrate -e production`
## Importing Anime: ## Importing Anime: