Oops, duplicated.
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Mon, 31 Mar 2008 15:34:46 +0000 (17:34 +0200)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Mon, 31 Mar 2008 15:34:46 +0000 (17:34 +0200)
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
upgrade/0.9.16/04_ip.sql

index 4f292aa..6d708ed 100644 (file)
@@ -41,6 +41,4 @@ ADD COLUMN mask uint(11) NOT NULL DEFAULT 4294967295,
 ADD PRIMARY KEY ip (ip)
 ADD INDEX network (ip, mask);
 
-ALTER TABLE ip_watch ADD COLUMN mask uint(11) NOT NULL DEFAULT 4294967295;
-
 # vim:set syntax=mysql: