mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Fixes byte issue for older mysql versions
This commit is contained in:
@@ -32,7 +32,7 @@ class Migration_create_dxpedition_table extends CI_Migration
|
||||
),
|
||||
'callsign' => array(
|
||||
'type' => 'VARCHAR',
|
||||
'constraint' => '255',
|
||||
'constraint' => '50',
|
||||
'null' => FALSE,
|
||||
),
|
||||
'country' => array(
|
||||
|
||||
Reference in New Issue
Block a user