mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 02:14:13 +00:00
Code formatting corrected
This commit is contained in:
@@ -175,14 +175,14 @@ class Migration_rename_satellites extends CI_Migration {
|
||||
if ($this->db->table_exists('satellite')) {
|
||||
|
||||
if ($this->db->field_exists('displayname', 'satellite')) {
|
||||
$fields = array(
|
||||
'displayname' => array(
|
||||
'name' => 'exportname',
|
||||
'type' => 'VARCHAR',
|
||||
'constraint' => 255,
|
||||
),
|
||||
);
|
||||
}
|
||||
$fields = array(
|
||||
'displayname' => array(
|
||||
'name' => 'exportname',
|
||||
'type' => 'VARCHAR',
|
||||
'constraint' => 255,
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
$this->dbforge->modify_column('satellite', $fields);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user