|
|
|
|
@ -17,13 +17,13 @@ class Version10 extends AbstractMigration |
|
|
|
|
*/ |
|
|
|
|
public function up(Schema $schema) |
|
|
|
|
{ |
|
|
|
|
$this->addSql("UPDATE settings_current SET selected_value = '1.10.0.doc' WHERE variable = 'chamilo_database_version'"); |
|
|
|
|
$this->addSql("UPDATE settings_current SET selected_value = '1.10.0.001' WHERE variable = 'chamilo_database_version'"); |
|
|
|
|
|
|
|
|
|
//@todo change this into a function |
|
|
|
|
//Web profiler |
|
|
|
|
$this->addSql("INSERT INTO settings_current (variable, subkey, type, category, selected_value, title, comment, scope, subkeytext, access_url_changeable) VALUES ('allow_web_profiler', NULL,'radio','Portal','false','AllowWebProfilerTitle','AllowWebProfilerComment', NULL, NULL, 0)"); |
|
|
|
|
// Web profiler |
|
|
|
|
/*$this->addSql("INSERT INTO settings_current (variable, subkey, type, category, selected_value, title, comment, scope, subkeytext, access_url_changeable) VALUES ('allow_web_profiler', NULL,'radio','Portal','false','AllowWebProfilerTitle','AllowWebProfilerComment', NULL, NULL, 0)"); |
|
|
|
|
$this->addSql("INSERT INTO settings_options (variable, value, display_text) VALUES ('allow_web_profiler', 'true', 'Yes')"); |
|
|
|
|
$this->addSql("INSERT INTO settings_options (variable, value, display_text) VALUES ('allow_web_profiler', 'false', 'No')"); |
|
|
|
|
$this->addSql("INSERT INTO settings_options (variable, value, display_text) VALUES ('allow_web_profiler', 'false', 'No')");*/ |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@ -33,9 +33,9 @@ class Version10 extends AbstractMigration |
|
|
|
|
*/ |
|
|
|
|
public function down(Schema $schema) |
|
|
|
|
{ |
|
|
|
|
$this->addSql("UPDATE settings_current SET selected_value = '1.9.0.18715.doc' WHERE variable = 'chamilo_database_version'"); |
|
|
|
|
//Web profiler |
|
|
|
|
$this->addSql("DELETE FROM settings_current WHERE variable = 'allow_web_profiler'"); |
|
|
|
|
$this->addSql("DELETE FROM settings_options WHERE variable = 'allow_web_profiler'"); |
|
|
|
|
$this->addSql("UPDATE settings_current SET selected_value = '1.9.0' WHERE variable = 'chamilo_database_version'"); |
|
|
|
|
// Web profiler |
|
|
|
|
/* $this->addSql("DELETE FROM settings_current WHERE variable = 'allow_web_profiler'"); |
|
|
|
|
$this->addSql("DELETE FROM settings_options WHERE variable = 'allow_web_profiler'");*/ |
|
|
|
|
} |
|
|
|
|
} |