Register and reversion update, add downgrade
This commit is contained in:
parent
32a1a66378
commit
a7d25e1960
4 changed files with 20 additions and 4 deletions
|
@ -501,3 +501,16 @@ class AirtimeUpgrader2516 extends AirtimeUpgrader
|
|||
return '2.5.16';
|
||||
}
|
||||
}
|
||||
|
||||
class AirtimeUpgrader300alpha extends AirtimeUpgrader
|
||||
{
|
||||
protected function getSupportedSchemaVersions() {
|
||||
return array(
|
||||
'2.5.16'
|
||||
);
|
||||
}
|
||||
|
||||
public function getNewVersion() {
|
||||
return '3.0.0-alpha';
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue