diff --git a/collection.md b/collection.md index 8338195..81ab194 100644 --- a/collection.md +++ b/collection.md @@ -24,8 +24,8 @@ paths: environments: default_migration_table: phinxlog - default_database: development - development: + default_database: production + production: adapter: sqlite name: ./anime_collection.sqlite @@ -34,7 +34,7 @@ environments: ## Setup steps 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: