aboutsummaryrefslogtreecommitdiffhomepage
path: root/phinx.yml
blob: 268694437be321fb426e2970cb1338eee5404ce9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
paths:
    migrations: %%PHINX_CONFIG_DIR%%/migrations

environments:
    default_migration_table: phinxlog
    default_database: development
    production:
        adapter: sqlite
        name: app/db/poche

    development:
        adapter: sqlite
        name: app/db/poche

    testing:
        adapter: sqlite
        name: app/db/poche