kopia lustrzana https://github.com/magicbug/Cloudlog
Fix c+p mistake
rodzic
886829ba42
commit
6a0290aead
|
@ -17,8 +17,8 @@ class Migration_rename_gridmap_variables extends CI_Migration {
|
|||
if ($this->db->field_exists('user_gridmap_default_band', 'users')) {
|
||||
$this->db->query("ALTER TABLE `users` CHANGE `user_gridmap_default_band` `user_default_band` VARCHAR(10) DEFAULT NULL;");
|
||||
}
|
||||
if ($this->db->field_exists('user_default_confirmation', 'users')) {
|
||||
$this->db->query("ALTER TABLE `users` CHANGE `user_default_confirmation` `user_default_confirmation` VARCHAR(3) DEFAULT NULL;");
|
||||
if ($this->db->field_exists('user_gridmap_confirmation', 'users')) {
|
||||
$this->db->query("ALTER TABLE `users` CHANGE `user_gridmap_confirmation` `user_default_confirmation` VARCHAR(3) DEFAULT NULL;");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue