Commit c89c74e3 authored by cyeh%bluemartini.com's avatar cyeh%bluemartini.com

put little comment in here about apostrophe's in enums

parent d56b8b36
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment