CC-2997: Daylight savings time affects repeating shows.
-fix upgrade script
This commit is contained in:
parent
3c6410aebd
commit
c2639b895a
2 changed files with 7 additions and 1 deletions
|
@ -11,7 +11,7 @@ class Version20111103141311 extends AbstractMigration
|
|||
{
|
||||
// add timezone column to cc_show_days
|
||||
$cc_subjs = $schema->getTable('cc_show_days');
|
||||
$cc_subjs->addColumn('timezone', 'string', array('required' => true));
|
||||
$cc_subjs->addColumn('timezone', 'string', array('required' => true, 'default'=> ''));
|
||||
}
|
||||
|
||||
public function down(Schema $schema)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue