From 5be67cba078c6c542c461518cf8beafcce41dd97 Mon Sep 17 00:00:00 2001 From: jetskijoe Date: Thu, 19 Apr 2007 05:00:54 +0000 Subject: Fixed table install error on MYSQL 5+ --- admin/schema_inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/schema_inc.php b/admin/schema_inc.php index 1189960..b9c7fc8 100644 --- a/admin/schema_inc.php +++ b/admin/schema_inc.php @@ -67,7 +67,7 @@ $tables = array( begin_date I8, sent_date I8, last_read_date I8, - reads I2 NOTNULL DEFAULT '0' + `reads` I2 NOTNULL DEFAULT '0' CONSTRAINT ', CONSTRAINT `mailq_content_ref` FOREIGN KEY (`nl_content_id`) REFERENCES `".BIT_DB_PREFIX."liberty_content`( `content_id` ) , CONSTRAINT `mailq_user_ref` FOREIGN KEY (`user_id`) REFERENCES `".BIT_DB_PREFIX."users_users`( `user_id` )' " -- cgit v1.3