Timothy Warren 2020-04-24 13:46:07 -04:00
parent 4e94fbeddb
commit 42517d9d76

@ -15,7 +15,7 @@ See [Configuration Page](./configuration#databasetoml) for more information
## Phinx Config
1. Copy the `phinx.yml.dist` example config to `phinx.yml`, which has a development sqlite setup
2. Update the `phinx.yml` file based on the instructions [here](http://docs.phinx.org/en/latest/configuration.html)
2. Update the `phinx.yml` file based on the instructions [here](https://book.cakephp.org/phinx/0/en/configuration.html)
Example sqlite config:
```yaml