зеркало из https://github.com/mozilla/pjs.git
Patch for bug 129315: incorrect column definition for bugs.delta_ts;
adds 'not null' constraint. p=jocuri@softhome.net (Vlad Dascalu) r=kiko a=justdave
This commit is contained in:
Родитель
4c6b8c203d
Коммит
a330c62e39
|
@ -1551,7 +1551,7 @@ $table{bugs} =
|
|||
bug_severity enum($my_severities) not null,
|
||||
bug_status enum("UNCONFIRMED", "NEW", "ASSIGNED", "REOPENED", "RESOLVED", "VERIFIED", "CLOSED") not null,
|
||||
creation_ts datetime not null,
|
||||
delta_ts timestamp,
|
||||
delta_ts timestamp not null,
|
||||
short_desc mediumtext,
|
||||
op_sys enum($my_opsys) not null,
|
||||
priority enum($my_priorities) not null,
|
||||
|
|
Загрузка…
Ссылка в новой задаче