SAAS-1073: Schema upgrade for podcasts

Upgrade and downgrade done.
This commit is contained in:
drigato 2015-11-03 10:57:55 -05:00
parent def8e7280b
commit d20574dfb1
4 changed files with 113 additions and 1 deletions

View file

@ -493,3 +493,16 @@ class AirtimeUpgrader2515 extends AirtimeUpgrader
return '2.5.15';
}
}
class AirtimeUpgrader2516 extends AirtimeUpgrader
{
protected function getSupportedSchemaVersions() {
return array(
'2.5.15'
);
}
public function getNewVersion() {
return '2.5.16';
}
}