From c89c74e34e758d9eb7050f416e788eb82e71691a Mon Sep 17 00:00:00 2001 From: "cyeh%bluemartini.com" <> Date: Fri, 15 Sep 2000 08:00:56 +0000 Subject: put little comment in here about apostrophe's in enums --- checksetup.pl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'checksetup.pl') diff --git a/checksetup.pl b/checksetup.pl index f60c1a429..83c5bb27a 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -590,7 +590,10 @@ $table{attachments} = index(bug_id), index(creation_ts)'; - +# +# Apostrophe's are not supportied in the enum types. +# See http://bugzilla.mozilla.org/show_bug.cgi?id=27309 +# $table{bugs} = 'bug_id mediumint not null auto_increment primary key, groupset bigint not null, -- cgit v1.2.3-24-g4f1b