CC-3110 : Password reset
added sender email to preferences form, created db upgrade script.
This commit is contained in:
parent
cf2813a545
commit
0b3809c379
9 changed files with 79 additions and 20 deletions
|
@ -11,7 +11,7 @@ class AirtimeDatabaseUpgrade{
|
|||
}
|
||||
|
||||
private static function task0(){
|
||||
UpgradeCommon::MigrateTablesToVersion(__DIR__, '20120403143635');
|
||||
UpgradeCommon::MigrateTablesToVersion(__DIR__, '20120405114454');
|
||||
$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