[Bands] Fixed typos in the migration script
这个提交包含在:
父节点
f133f1b6af
当前提交
b72ba539cf
共有 1 个文件被更改,包括 2 次插入 和 2 次删除
|
|
@ -31,9 +31,9 @@ class Migration_add_band_bandxuser extends CI_Migration {
|
|||
$this->db->query("INSERT INTO bands (band) values ('80m');");
|
||||
$this->db->query("INSERT INTO bands (band) values ('60m');");
|
||||
$this->db->query("INSERT INTO bands (band) values ('40m');");
|
||||
$this->db->query("INSERT INTO bands (band) values ('300m');");
|
||||
$this->db->query("INSERT INTO bands (band) values ('30m');");
|
||||
$this->db->query("INSERT INTO bands (band) values ('20m');");
|
||||
$this->db->query("INSERT INTO bands (band) values ('170m');");
|
||||
$this->db->query("INSERT INTO bands (band) values ('17m');");
|
||||
$this->db->query("INSERT INTO bands (band) values ('15m');");
|
||||
$this->db->query("INSERT INTO bands (band) values ('12m');");
|
||||
$this->db->query("INSERT INTO bands (band) values ('10m');");
|
||||
|
|
|
|||
正在加载…
在新工单中引用