CC-3605 : Create 2.1 upgrades
This commit is contained in:
parent
bf5eca605c
commit
189b7cf61d
3 changed files with 21 additions and 4 deletions
|
@ -11,7 +11,7 @@ class AirtimeDatabaseUpgrade{
|
|||
}
|
||||
|
||||
private static function task0(){
|
||||
UpgradeCommon::MigrateTablesToVersion(__DIR__, '20120405114454');
|
||||
UpgradeCommon::MigrateTablesToVersion(__DIR__, '20120410115311');
|
||||
$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