kopia lustrzana https://github.com/magicbug/Cloudlog
[OQRS] Removed default on text column
rodzic
2ba3d14683
commit
880c87238d
|
@ -16,7 +16,7 @@ class Migration_add_oqrs extends CI_Migration {
|
|||
|
||||
if (!$this->db->field_exists('oqrs_text', 'station_profile')) {
|
||||
$fields = array(
|
||||
'oqrs_text text DEFAULT ""',
|
||||
'oqrs_text text',
|
||||
);
|
||||
|
||||
$this->dbforge->add_column('station_profile', $fields);
|
||||
|
|
Ładowanie…
Reference in New Issue