Bug 14378

Categorize fields Install debug


git-svn-id: svn://svn.office.custis.ru/3rdparty/bugzilla.org/trunk@204 6955db30-a419-402b-8a0d-67ecbb4d7f56
custis
vfilippov 2009-07-23 11:11:01 +00:00
parent 845d93a705
commit f434ac1cf8
2 changed files with 26 additions and 0 deletions

View File

@ -65,6 +65,10 @@ sub update_fielddefs_definition {
$dbh->bz_add_column('fielddefs', 'enter_bug',
{TYPE => 'BOOLEAN', NOTNULL => 1, DEFAULT => 'FALSE'});
# Bug 14378 for cf_agreement
$dbh->bz_add_column('fielddefs', 'classificate',
{TYPE => 'BOOLEAN', NOTNULL => 1, DEFAULT => 'FALSE'});
# Change the name of the fieldid column to id, so that fielddefs
# can use Bugzilla::Object easily. We have to do this up here, because
# otherwise adding these field definitions will fail.

View File

@ -64,3 +64,25 @@ C<EXE_FILES: >
=back
=head2 Wed Jul 22 21:28:24 2009: C<Module> L<Email::MIME::Encodings|Email::MIME::Encodings>
=over 4
=item *
C<installed into: /home/www/localhost/bugs32-up/lib>
=item *
C<LINKTYPE: dynamic>
=item *
C<VERSION: 1.313>
=item *
C<EXE_FILES: >
=back