From 81c60fc402c73910bbe2153e2667ed9882c47f22 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 9 Sep 2006 18:27:12 +0000 Subject: [PATCH] r1134: No such thing as "bool unsigned" --- install/schema.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/schema.php b/install/schema.php index 487fad9..1a83a78 100644 --- a/install/schema.php +++ b/install/schema.php @@ -31,7 +31,7 @@ CREATE TABLE " . TABLE_PREFIX . "attachment description varchar(255) NOT NULL, dateline bigint unsigned NOT NULL, userid int unsigned NOT NULL, - obsolete bool unsigned NOT NULL, + obsolete bool NOT NULL, PRIMARY KEY (attachmentid) );"; -- 2.22.5