diff options
author | Andrey Andreev <narf@devilix.net> | 2017-01-06 10:38:19 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2017-01-06 10:38:45 +0100 |
commit | ad29ba888068485de20980df240ae786aa53a9ab (patch) | |
tree | 65f0d0f11f2f33a9f371ccc6bd58bf229b20fe33 /system/database | |
parent | 1d60b20e852132ca8021e8b03e0b208398e8eb2d (diff) |
[ci skip] Add an empty line to PR #4962 patch
Diffstat (limited to 'system/database')
-rw-r--r-- | system/database/drivers/oci8/oci8_forge.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/database/drivers/oci8/oci8_forge.php b/system/database/drivers/oci8/oci8_forge.php index 70fc5c4db..867a94341 100644 --- a/system/database/drivers/oci8/oci8_forge.php +++ b/system/database/drivers/oci8/oci8_forge.php @@ -126,6 +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] = "\n\t".$field[$i]['_literal']; } } |