put little comment in here about apostrophe's in enums

This commit is contained in:
cyeh%bluemartini.com 2000-09-15 01:00:56 +00:00
parent 53ade5cc44
commit 1c6f4f4d4a

View File

@ -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,