From 5cfa78a0878ceade0b22906b0258dcf703c8c0f5 Mon Sep 17 00:00:00 2001 From: Sebastian Mendel Date: Wed, 7 May 2008 08:41:15 +0000 Subject: [PATCH] added permanently ON UPDATE CURRENT_TIMESTAMP to column attributes (use case like in the MySQL manual) --- libraries/config.default.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/config.default.php b/libraries/config.default.php index 7cfb59e2c..2b3b55bb9 100644 --- a/libraries/config.default.php +++ b/libraries/config.default.php @@ -2447,7 +2447,7 @@ $cfg['AttributeTypes'] = array( 'BINARY', 'UNSIGNED', 'UNSIGNED ZEROFILL', - 'ON UPDATE CURRENT_TIMESTAMP', + 'on update CURRENT_TIMESTAMP', );