]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Merge trunk at revision 8006.
authorMax Kanat-Alexander <mkanat@bugzilla.org>
Sat, 19 Nov 2011 00:04:04 +0000 (16:04 -0800)
committerMax Kanat-Alexander <mkanat@bugzilla.org>
Sat, 19 Nov 2011 00:04:04 +0000 (16:04 -0800)
1  2 
Bugzilla/Bug.pm
Bugzilla/DB/Schema.pm
Bugzilla/Install/DB.pm
Bugzilla/WebService/Bug.pm
template/en/default/global/user-error.html.tmpl

diff --cc Bugzilla/Bug.pm
Simple merge
Simple merge
index e9a3fba4c0f0879b9d9d80a24fe505b00d362672,84267de412eb34623d20c0d38a8ebd1e224d1479..83e46d5518227127857913fbaad4e45b3e8239ac
@@@ -656,9 -656,9 +656,12 @@@ sub update_table_definitions 
      # 2011-06-15 dkl@mozilla.com - Bug 658929
      _migrate_disabledtext_boolean();
  
+     # 2011-10-11 miketosh - Bug 690173
+     _on_delete_set_null_for_audit_log_userid();
 +    # 2011-08-29 rowebb@gmail.com - Bug 679547
 +    $dbh->bz_add_column('bugs', 'master_bug_id', {TYPE => 'INT3'});
 +
      ################################################################
      # New --TABLE-- changes should go *** A B O V E *** this point #
      ################################################################
Simple merge