CC-3605 : Create 2.1 upgrades
This commit is contained in:
parent
1003920815
commit
cc1fddb037
3 changed files with 22 additions and 26 deletions
|
@ -11,7 +11,7 @@ class AirtimeDatabaseUpgrade{
|
|||
}
|
||||
|
||||
private static function task0(){
|
||||
UpgradeCommon::MigrateTablesToVersion(__DIR__, '20120410115311');
|
||||
UpgradeCommon::MigrateTablesToVersion(__DIR__, '20120410104441');
|
||||
$sql = "INSERT INTO cc_pref(\"keystr\", \"valstr\") VALUES('scheduled_play_switch', 'on')";
|
||||
UpgradeCommon::nonSelectQueryDb($sql);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue