Fix phinx config for database migrations
This commit is contained in:
parent
b67c54eb27
commit
810e50af03
@ -1,5 +1,5 @@
|
|||||||
paths:
|
paths:
|
||||||
migrations: %%PHINX_CONFIG_DIR%%/../../migrations
|
migrations: '%%PHINX_CONFIG_DIR%%/../../migrations'
|
||||||
|
|
||||||
environments:
|
environments:
|
||||||
default_migration_table: phinxlog
|
default_migration_table: phinxlog
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
paths:
|
paths:
|
||||||
migrations: %%PHINX_CONFIG_DIR%%/../../migrations
|
migrations: '%%PHINX_CONFIG_DIR%%/../../migrations'
|
||||||
|
|
||||||
environments:
|
environments:
|
||||||
default_migration_table: phinxlog
|
default_migration_table: phinxlog
|
||||||
|
Loading…
Reference in New Issue
Block a user