Data field of the logger is a 'text' field.
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Thu, 10 Jul 2008 20:27:47 +0000 (22:27 +0200)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Thu, 10 Jul 2008 20:27:47 +0000 (22:27 +0200)
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
upgrade/0.9.17/06_logger.sql [new file with mode: 0644]

diff --git a/upgrade/0.9.17/06_logger.sql b/upgrade/0.9.17/06_logger.sql
new file mode 100644 (file)
index 0000000..6b790ea
--- /dev/null
@@ -0,0 +1,7 @@
+use logger;
+
+alter table events change column data data text default null;
+
+use x4dat;
+
+# vim:set syntax=mysql: