Fix mysql migration, see if that fixes tests for mysql

This commit is contained in:
Timothy Warren 2014-08-13 09:23:20 -04:00
джерело b5eddcd9dc
коміт d4bd73d263
2 змінених файлів з 2 додано та 1 видалено

@ -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