]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
put little comment in here about apostrophe's in enums
authorcyeh%bluemartini.com <>
Fri, 15 Sep 2000 08:00:56 +0000 (08:00 +0000)
committercyeh%bluemartini.com <>
Fri, 15 Sep 2000 08:00:56 +0000 (08:00 +0000)
checksetup.pl

index f60c1a429202289f62fb03e34ca986b95609da72..83c5bb27a25876cec15c284b2f938a9966464e16 100755 (executable)
@@ -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,