Fix hash size.
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Sun, 25 May 2008 10:45:30 +0000 (12:45 +0200)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Sun, 25 May 2008 10:45:30 +0000 (12:45 +0200)
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
upgrade/0.9.16/pr11_nl.sql

index 2b7aaa7..12a12db 100644 (file)
@@ -1,3 +1,3 @@
-alter table newsletter_ins add column hash varchar(16) default null;
+alter table newsletter_ins add column hash varchar(32) default null;
 
 # vim:set syntax=mysql: