mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
[OQRS] Removed default on text column
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user