summaryrefslogtreecommitdiffstats
path: root/upgrades/dbpatches/1.4/mysql/patch/drules.sql
diff options
context:
space:
mode:
Diffstat (limited to 'upgrades/dbpatches/1.4/mysql/patch/drules.sql')
-rw-r--r--upgrades/dbpatches/1.4/mysql/patch/drules.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/upgrades/dbpatches/1.4/mysql/patch/drules.sql b/upgrades/dbpatches/1.4/mysql/patch/drules.sql
index 46a96eff..c4795f53 100644
--- a/upgrades/dbpatches/1.4/mysql/patch/drules.sql
+++ b/upgrades/dbpatches/1.4/mysql/patch/drules.sql
@@ -1,7 +1,7 @@
CREATE TABLE drules (
druleid bigint unsigned DEFAULT '0' NOT NULL,
name varchar(255) DEFAULT '' NOT NULL,
- ipfirst varchar(15) DEFAULT '' NOT NULL,
+ iprange varchar(255) DEFAULT '' NOT NULL,
iplast varchar(15) DEFAULT '' NOT NULL,
delay integer DEFAULT '0' NOT NULL,
nextcheck integer DEFAULT '0' NOT NULL,