CC-3605 : Create 2.1 upgrades

This commit is contained in:
Naomi Aro 2012-04-10 14:15:09 +02:00
parent baaeae0890
commit ef9fd0d757
3 changed files with 13 additions and 32 deletions

View file

@ -11,7 +11,7 @@ class AirtimeDatabaseUpgrade{
}
private static function task0(){
UpgradeCommon::MigrateTablesToVersion(__DIR__, '20120410134819');
UpgradeCommon::MigrateTablesToVersion(__DIR__, '20120410104441');
$sql = "INSERT INTO cc_pref(\"keystr\", \"valstr\") VALUES('scheduled_play_switch', 'on')";
UpgradeCommon::nonSelectQueryDb($sql);
}