summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xchecksetup.pl5
1 files changed, 4 insertions, 1 deletions
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,