keep db changes in alpha.1

This commit is contained in:
Robb Ebright 2017-03-31 11:17:26 -04:00
parent b42dd20e09
commit 8e3076190c
5 changed files with 4 additions and 15 deletions

View file

@ -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';
}
}
}