Do you wish to
register an account
?
This website works better with JavaScript.
Home
Help
Sign In
timw4mail
/
tims-todo
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fix phinx config for database migrations
master
Timothy Warren
1 year ago
parent
b67c54eb27
commit
810e50af03
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tests/phinx/mysql.yml
+1
-1
tests/phinx/pgsql.yml
+ 1
- 1
tests/phinx/mysql.yml
View File
@ -1,5 +1,5 @@
paths:
migrations
:
%%PHINX_CONFIG_DIR%%/../../migrations
migrations
:
'%%PHINX_CONFIG_DIR%%/../../migrations'
environments:
default_migration_table
:
phinxlog
+ 1
- 1
tests/phinx/pgsql.yml
View File
@ -1,5 +1,5 @@
paths:
migrations
:
%%PHINX_CONFIG_DIR%%/../../migrations
migrations
:
'%%PHINX_CONFIG_DIR%%/../../migrations'
environments:
default_migration_table
:
phinxlog
Write
Preview
Loading…
Cancel
Save