CC-3605 : Create 2.1 upgrades
This commit is contained in:
parent
222aad08e7
commit
baaeae0890
3 changed files with 29 additions and 12 deletions
|
@ -11,7 +11,7 @@ class AirtimeDatabaseUpgrade{
|
|||
}
|
||||
|
||||
private static function task0(){
|
||||
UpgradeCommon::MigrateTablesToVersion(__DIR__, '20120410104441');
|
||||
UpgradeCommon::MigrateTablesToVersion(__DIR__, '20120410134819');
|
||||
$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