From 0a3283b8769cb04d1683981cc2b318a14fa651a1 Mon Sep 17 00:00:00 2001 From: "kiko%async.com.br" <> Date: Thu, 18 Sep 2003 19:17:15 +0000 Subject: 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 --- checksetup.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'checksetup.pl') diff --git a/checksetup.pl b/checksetup.pl index 2434872ca..15d5231fb 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -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, -- cgit v1.2.3-24-g4f1b