refactor(airtime_mvc): remove dead cc_smemb table and classes

This commit is contained in:
Lucas Bickel 2020-12-27 13:35:34 +01:00
parent 6c4b1b5e71
commit 6651f6bbdf
14 changed files with 25 additions and 2401 deletions

View file

@ -625,3 +625,16 @@ class AirtimeUpgrader300alpha9_2 extends AirtimeUpgrader
return '3.0.0-alpha.9.2';
}
}
class AirtimeUpgrader200alpha9_3 extends AirtimeUpgrader
{
protected function getSupportedSchemaVersions() {
return array(
'3.0.0-alpha.9.2'
);
}
public function getNewVersion() {
return '3.0.0-alpha.9.3';
}
}