[Bands] Fixed typos in the migration script

这个提交包含在:
Andreas 2022-09-04 20:36:45 +02:00
父节点 f133f1b6af
当前提交 b72ba539cf

查看文件

@ -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 ('80m');");
$this->db->query("INSERT INTO bands (band) values ('60m');"); $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 ('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 ('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 ('15m');");
$this->db->query("INSERT INTO bands (band) values ('12m');"); $this->db->query("INSERT INTO bands (band) values ('12m');");
$this->db->query("INSERT INTO bands (band) values ('10m');"); $this->db->query("INSERT INTO bands (band) values ('10m');");