Files
wallabag/phinx.yml
Nicolas Lœuillet 6ad93dff69 new folders
2015-01-20 07:40:39 +01:00

18 lines
331 B
YAML

paths:
migrations: %%PHINX_CONFIG_DIR%%/migrations
environments:
default_migration_table: phinxlog
default_database: development
production:
adapter: sqlite
name: db/poche
development:
adapter: sqlite
name: db/poche
testing:
adapter: sqlite
name: db/poche