CC-3605 : Create 2.1 upgrades
This commit is contained in:
parent
189b7cf61d
commit
1003920815
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ class Version20120410104441 extends AbstractMigration
|
|||
{
|
||||
//start changes to cc_files
|
||||
$cc_files = $schema->getTable('cc_files');
|
||||
$cc_files->addColumn('temp_br', 'integer');
|
||||
$cc_files->addColumn('temp_sr', 'integer');
|
||||
$cc_files->addColumn('temp_br', 'integer', array('notnull' => 0));
|
||||
$cc_files->addColumn('temp_sr', 'integer', array('notnull' => 0));
|
||||
|
||||
//end changes to cc_files
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue