keep db changes in alpha.1
This commit is contained in:
parent
b42dd20e09
commit
8e3076190c
5 changed files with 4 additions and 15 deletions
|
@ -518,16 +518,4 @@ class AirtimeUpgrader300alpha1 extends AirtimeUpgrader
|
|||
public function getNewVersion() {
|
||||
return '3.0.0-alpha.1';
|
||||
}
|
||||
}
|
||||
class AirtimeUpgrader300alpha2 extends AirtimeUpgrader
|
||||
{
|
||||
protected function getSupportedSchemaVersions() {
|
||||
return array(
|
||||
'3.0.0-alpha'
|
||||
);
|
||||
}
|
||||
|
||||
public function getNewVersion() {
|
||||
return '3.0.0-alpha.2';
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue