CC-3081: Upgrade 1.9.5->2.0 fails (PHP fatal error on db)
-fixed
This commit is contained in:
parent
e1cb11f53d
commit
798fd48274
@ -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…
x
Reference in New Issue
Block a user