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()
|
public function up()
|
||||||
{
|
{
|
||||||
$fields = array(
|
$fields = array(
|
||||||
'qrzrealtime bool DEFAULT TRUE',
|
'qrzrealtime bool DEFAULT FALSE',
|
||||||
);
|
);
|
||||||
|
|
||||||
$this->dbforge->add_column('station_profile', $fields);
|
$this->dbforge->add_column('station_profile', $fields);
|
||||||
|
|
@ -17,4 +17,4 @@ class Migration_add_qrz_upload_realtime_option extends CI_Migration {
|
||||||
{
|
{
|
||||||
$this->dbforge->drop_column('station_profile', 'qrzrealtime');
|
$this->dbforge->drop_column('station_profile', 'qrzrealtime');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用