mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
removed down for small db adjustments
This commit is contained in:
@@ -35,8 +35,5 @@ class Migration_tag_1_7 extends CI_Migration {
|
|||||||
{
|
{
|
||||||
$this->db->where('option_name', 'version');
|
$this->db->where('option_name', 'version');
|
||||||
$this->db->update('options', array('option_value' => '1.6.1'));
|
$this->db->update('options', array('option_value' => '1.6.1'));
|
||||||
|
|
||||||
// Revert the DB adjustment
|
|
||||||
$this->db->query("ALTER TABLE ".$this->config->item('table_name')." MODIFY COLUMN `COL_QTH` VARCHAR(64) DEFAULT NULL;");
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -36,9 +36,5 @@ class Migration_tag_1_8_1 extends CI_Migration {
|
|||||||
{
|
{
|
||||||
$this->db->where('option_name', 'version');
|
$this->db->where('option_name', 'version');
|
||||||
$this->db->update('options', array('option_value' => '1.8'));
|
$this->db->update('options', array('option_value' => '1.8'));
|
||||||
|
|
||||||
// Revert the DB adjustment
|
|
||||||
$this->db->query("ALTER TABLE ".$this->config->item('table_name')." MODIFY COLUMN `COL_POTA_REF` VARCHAR(30) DEFAULT NULL;");
|
|
||||||
$this->db->query("ALTER TABLE ".$this->config->item('table_name')." MODIFY COLUMN `COL_MY_POTA_REF` VARCHAR(50) DEFAULT NULL;");
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user