CC-3081: Upgrade 1.9.5->2.0 fails (PHP fatal error on db)
-fixed
This commit is contained in:
parent
e1cb11f53d
commit
798fd48274
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ class Version20111114222927 extends AbstractMigration
|
|||
public function up(Schema $schema)
|
||||
{
|
||||
$cc_show_instances = $schema->getTable('cc_show_instances');
|
||||
$cc_show_instances->addColumn('deleted_instance', 'boolean', array('notnull' => true, 'default'=> '0'));
|
||||
$cc_show_instances->addColumn('modified_instance', 'boolean', array('notnull' => true, 'default'=> '0'));
|
||||
}
|
||||
|
||||
public function down(Schema $schema)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue