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
Родитель 29e03534a0
Коммит c32127d16e
1 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

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