use Bugzilla::Logging;
-our $VERSION = '20190401.1';
+our $VERSION = '20190401.2';
use Bugzilla::Auth;
use Bugzilla::Auth::Persist::Cookie;
__PACKAGE__->add_columns(Bugzilla::Bug->DB_COLUMN_NAMES);
__PACKAGE__->add_columns(
'+bug_id' => {is_numeric => 1},
- '+reporter' => {is_numeric => 1}
- '+qa_contact' => {is_numeric => 1}
- '+assigned_to' => {is_numeric => 1}
+ '+reporter' => {is_numeric => 1},
+ '+qa_contact' => {is_numeric => 1},
+ '+assigned_to' => {is_numeric => 1},
);
__PACKAGE__->set_primary_key(Bugzilla::Bug->ID_FIELD);