RSS

(root)/bugzilla/trunk : 3119 : checksetup.pl

To get this branch, use:
bzr branch /bugzilla/trunk

« back to all changes in this revision

Viewing changes to checksetup.pl

erik%dasbistro.com
2005-02-18 22:41:09
Revision ID: cvs-1:erikdasbistro.com-20050219064109-tv1rrys4wyh26w3d
Bug 253721: Add group-based lists to whining
Patch by Erik Stambaugh <erik@dasbistro.com>
r=joel, r,a=justdave

Show diffs side-by-side

added added

removed removed

2108
2108
     run_day        varchar(32),
2109
2109
     run_time       varchar(32),
2110
2110
     run_next       datetime,
2111
 
     mailto_userid  mediumint       not null,
 
2111
     mailto         mediumint       not null,
 
2112
     mailto_type    smallint        not null default 0,
2112
2113
     
2113
2114
     index(run_next),
2114
2115
     index(eventid)';
4223
4224
AddField('flagtypes', 'grant_group_id', 'mediumint null');
4224
4225
AddField('flagtypes', 'request_group_id', 'mediumint null');
4225
4226
 
 
4227
# 2004-01-03 - bug 253721 erik@dasbistro.com
 
4228
# mailto is no longer just userids
 
4229
RenameField('whine_schedules', 'mailto_userid', 'mailto');
 
4230
AddField('whine_schedules', 'mailto_type', 'smallint not null default 0');
 
4231
 
4226
4232
# 2005-01-29 - mkanat@kerio.com
4227
4233
if (!GetFieldDef('longdescs', 'already_wrapped')) {
4228
4234
    AddField('longdescs', 'already_wrapped', 'tinyint not null default 0');

Loggerhead 1.18.1 is a web-based interface for Bazaar branches