From 9603e1cec0c6c1d3e922a43df2b7313146cdba9b Mon Sep 17 00:00:00 2001 From: "bugreport%peshkin.net" <> Date: Tue, 10 Sep 2002 11:49:59 +0000 Subject: Bug 167643 - Schema Changes from bug 143826 are out of order 2xr=JayPee --- checksetup.pl | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'checksetup.pl') diff --git a/checksetup.pl b/checksetup.pl index 753229871..3f3fcb999 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -2530,11 +2530,6 @@ if (GetFieldDef('bugs_activity', 'field')) { DropField('bugs_activity', 'field'); } -# 2002-05-10 - enhanchment bug 143826 -# Add private comments and private attachments on less-private bugs -AddField('longdescs', 'isprivate', 'tinyint not null default 0'); -AddField('attachments', 'isprivate', 'tinyint not null default 0'); - # 2000-01-18 New email-notification scheme uses a new field in the bug to @@ -3064,6 +3059,12 @@ if (GetFieldDef("logincookies", "hostname")) { AddField("logincookies", "ipaddr", "varchar(40) NOT NULL"); } +# 2002-05-10 - enhanchment bug 143826 +# Add private comments and private attachments on less-private bugs +AddField('longdescs', 'isprivate', 'tinyint not null default 0'); +AddField('attachments', 'isprivate', 'tinyint not null default 0'); + + # 2002-07-03 myk@mozilla.org bug99203: # Add a bug alias field to the bugs table so bugs can be referenced by alias # in addition to ID. -- cgit v1.2.3-24-g4f1b