Update page 'collection'
parent
50d994b68e
commit
32bd07ca96
@ -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:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user