Grumpf, typo-syntax
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Mon, 31 Mar 2008 15:36:25 +0000 (17:36 +0200)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Mon, 31 Mar 2008 15:36:25 +0000 (17:36 +0200)
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
upgrade/0.9.16/04_ip.sql

index 6d708ed..85de602 100644 (file)
@@ -38,7 +38,7 @@ DROP PRIMARY KEY,
 DROP COLUMN ip,
 CHANGE COLUMN ip2 ip INT(11) UNSIGNED NOT NULL,
 ADD COLUMN mask uint(11) NOT NULL DEFAULT 4294967295,
-ADD PRIMARY KEY ip (ip)
+ADD PRIMARY KEY ip (ip),
 ADD INDEX network (ip, mask);
 
 # vim:set syntax=mysql: