Skip to content

Commit

Permalink
修正默认表名
Browse files Browse the repository at this point in the history
  • Loading branch information
yunwuxin committed Mar 31, 2017
1 parent 9188db6 commit 8e489f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phinx/src/Phinx/Db/Adapter/PdoAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ abstract class PdoAdapter implements AdapterInterface
/**
* @var string
*/
protected $schemaTableName = 'phinxlog';
protected $schemaTableName = 'migrations';

/**
* @var \PDO
Expand Down

0 comments on commit 8e489f8

Please sign in to comment.