QRZ Real time upload is false by default
这个提交包含在:
父节点
a0fe49e04b
当前提交
d336a801b7
共有 1 个文件被更改,包括 2 次插入 和 2 次删除
|
|
@ -7,7 +7,7 @@ class Migration_add_qrz_upload_realtime_option extends CI_Migration {
|
|||
public function up()
|
||||
{
|
||||
$fields = array(
|
||||
'qrzrealtime bool DEFAULT TRUE',
|
||||
'qrzrealtime bool DEFAULT FALSE',
|
||||
);
|
||||
|
||||
$this->dbforge->add_column('station_profile', $fields);
|
||||
|
|
|
|||
正在加载…
在新工单中引用