diff options
author | ytetsuro <phper.0o0@gmail.com> | 2017-01-05 10:55:00 +0100 |
---|---|---|
committer | Tetsuro Yoshikawa <tetsuro.yoshikawa@seezoo.co.jp> | 2017-01-05 13:31:09 +0100 |
commit | 66b289839a5b2c2cb48526c78eeb92d2f26ade05 (patch) | |
tree | 93ee00bfbae24e224e371f7e7f899925a3c4376d /system/database | |
parent | d24dbe9d42a2dc0dce95339bd351d3a130a81c23 (diff) |
add empty line prior
add empty line prior
Diffstat (limited to 'system/database')
-rw-r--r-- | system/database/drivers/oci8/oci8_forge.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/database/drivers/oci8/oci8_forge.php b/system/database/drivers/oci8/oci8_forge.php index 33f2ce228..70fc5c4db 100644 --- a/system/database/drivers/oci8/oci8_forge.php +++ b/system/database/drivers/oci8/oci8_forge.php @@ -126,7 +126,7 @@ class CI_DB_oci8_forge extends CI_DB_forge { $sqls[] = $sql.' RENAME COLUMN '.$this->db->escape_identifiers($field[$i]['name']) .' '.$this->db->escape_identifiers($field[$i]['new_name']); } - $field[$i] = $field[$i]['_literal']; + $field[$i] = "\n\t".$field[$i]['_literal']; } } |