SAAS-1073: Schema upgrade for podcasts
Upgrade and downgrade done.
This commit is contained in:
parent
def8e7280b
commit
d20574dfb1
4 changed files with 113 additions and 1 deletions
|
@ -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';
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue