commit | d94d132eda4f92ff1567f60f159851dec9941d73 | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@devilix.net> | Fri Jan 06 11:38:19 2017 +0200 |
committer | Andrey Andreev <narf@devilix.net> | Fri Jan 06 11:38:19 2017 +0200 |
tree | 7aa20a6204b0ceedd3ddd4862664afb74c86aa2b | |
parent | 05753c1cce687e6766329272b7dda155de2614f0 [diff] |
[ci skip] Add an empty line to PR #4962 patch
diff --git a/system/database/drivers/oci8/oci8_forge.php b/system/database/drivers/oci8/oci8_forge.php index 70fc5c4..867a943 100644 --- a/system/database/drivers/oci8/oci8_forge.php +++ b/system/database/drivers/oci8/oci8_forge.php
@@ -126,6 +126,7 @@ $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']; } }