From: cyeh%bluemartini.com <> Date: Fri, 15 Sep 2000 08:00:56 +0000 (+0000) Subject: put little comment in here about apostrophe's in enums X-Git-Tag: bugzilla-2.12~160 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c89c74e34e758d9eb7050f416e788eb82e71691a;p=thirdparty%2Fbugzilla.git put little comment in here about apostrophe's in enums --- diff --git a/checksetup.pl b/checksetup.pl index f60c1a4292..83c5bb27a2 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,