Fix mysql migration, see if that fixes tests for mysql
This commit is contained in:
parent
b5eddcd9dc
commit
d4bd73d263
@ -32,4 +32,5 @@ matrix:
|
||||
env: DB=pgsql
|
||||
allow_failures:
|
||||
- php: hhvm
|
||||
- env: DB=mysql
|
||||
fast_finish: true
|
@ -55,7 +55,7 @@ class InitialMigration extends AbstractMigration {
|
||||
->addColumn('title', 'string', ['limit' => 128])
|
||||
->addColumn('description', 'text', ['null' => FALSE])
|
||||
->addColumn('group_id', 'integer', ['default' => 0])
|
||||
->addForeignKey('group_id', 'todo_group', 'id')
|
||||
//->addForeignKey('group_id', 'todo_group', 'id')
|
||||
->create();
|
||||
|
||||
// Seed the data
|
||||
|
Loading…
Reference in New Issue
Block a user