From f5c9d40bc27590493fed124fc8037c24fdd08d73 Mon Sep 17 00:00:00 2001 From: "jake%bugzilla.org" <> Date: Tue, 27 Aug 2002 11:27:51 +0000 Subject: Updating my e-mail address as jake@acutex.net is no longer valid. * NO CODE CHANGES * --- checksetup.pl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'checksetup.pl') diff --git a/checksetup.pl b/checksetup.pl index 8bba2996b..6c2272d78 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -23,7 +23,7 @@ # Dan Mosedale # Dave Miller # Zach Lipton -# Jacob Steenhagen +# Jacob Steenhagen # Bradley Baetz # # @@ -2519,7 +2519,7 @@ AddField('attachments', 'isprivate', 'tinyint not null default 0'); # record when email notifications were last sent about this bug. Also, # added a user pref whether a user wants to use the brand new experimental # stuff. -# 2001-04-29 jake@acutex.net - The newemailtech field is no longer needed +# 2001-04-29 jake@bugzilla.org - The newemailtech field is no longer needed # http://bugzilla.mozilla.org/show_bugs.cgi?id=71552 if (!GetFieldDef('bugs', 'lastdiffed')) { @@ -2841,7 +2841,7 @@ AddField('groups', 'isactive', 'tinyint not null default 1'); # AddField('attachments', 'isobsolete', 'tinyint not null default 0'); -# 2001-04-29 jake@acutex.net - Remove oldemailtech +# 2001-04-29 jake@bugzilla.org - Remove oldemailtech # http://bugzilla.mozilla.org/show_bugs.cgi?id=71552 if (-d 'shadow') { print "Removing shadow directory...\n"; @@ -2902,7 +2902,7 @@ if (!defined GetIndexDef('longdescs','who')) { # truncates re http://bugzilla.mozilla.org/show_bug.cgi?id=9352 ChangeFieldType('bugs', 'version','varchar(64) not null'); -# 2001-07-20 jake@acutex.net - Change bugs_activity to only record changes +# 2001-07-20 jake@bugzilla.org - Change bugs_activity to only record changes # http://bugzilla.mozilla.org/show_bug.cgi?id=55161 if (GetFieldDef('bugs_activity', 'oldvalue')) { AddField("bugs_activity", "removed", "tinytext"); @@ -2976,7 +2976,7 @@ if (GetFieldDef('bugs_activity', 'oldvalue')) { DropField("bugs_activity", "newvalue"); } -# 2001-07-24 jake@acutex.net - disabledtext was being handled inconsitantly +# 2001-07-24 jake@bugzilla.org - disabledtext was being handled inconsitantly # http://bugzilla.mozilla.org/show_bug.cgi?id=90933 ChangeFieldType("profiles", "disabledtext", "mediumtext not null"); @@ -3074,7 +3074,7 @@ if (GetFieldDef("namedqueries", "watchfordiffs")) { DropField("namedqueries", "watchfordiffs"); } -# 2002-08-12 jake@acutex.net/bbaetz@student.usyd.edu.au - bug 43600 +# 2002-08-12 jake@bugzilla.org/bbaetz@student.usyd.edu.au - bug 43600 # Use integer IDs for products and components. if (GetFieldDef("products", "product")) { print "Updating database to use product IDs.\n"; -- cgit v1.2.3-24-g4f1b