From b72ba539cf46497e03f43ce85370c0021b9a7e70 Mon Sep 17 00:00:00 2001 From: Andreas <6977712+AndreasK79@users.noreply.github.com> Date: Sun, 4 Sep 2022 20:36:45 +0200 Subject: [PATCH] [Bands] Fixed typos in the migration script --- application/migrations/098_add_band_bandxuser.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/migrations/098_add_band_bandxuser.php b/application/migrations/098_add_band_bandxuser.php index 36524227..c00ab323 100644 --- a/application/migrations/098_add_band_bandxuser.php +++ b/application/migrations/098_add_band_bandxuser.php @@ -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');");