diff options
author | terry%mozilla.org <> | 2000-01-21 06:31:18 +0100 |
---|---|---|
committer | terry%mozilla.org <> | 2000-01-21 06:31:18 +0100 |
commit | 78865fda79e5b78288aafd75b531924c73b27883 (patch) | |
tree | 4a0ffbb8e9942e62d764975611e878b37e681c5e /process_bug.cgi | |
parent | 84ca1e8656b35fafb90c223f6d5995db8927af5e (diff) | |
download | bugzilla-78865fda79e5b78288aafd75b531924c73b27883.tar.gz bugzilla-78865fda79e5b78288aafd75b531924c73b27883.tar.xz |
Moved all the long descriptions out of the bugs table, and into a new
table. There is now a separate entry for each new long description,
rather than appending them all together in one big field.
Diffstat (limited to 'process_bug.cgi')
-rwxr-xr-x | process_bug.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/process_bug.cgi b/process_bug.cgi index 5016d5b8a..027579cee 100755 --- a/process_bug.cgi +++ b/process_bug.cgi @@ -476,7 +476,7 @@ sub LogDependencyActivity { # foreach my $id (@idlist) { my %dependencychanged; - SendSQL("lock tables bugs write, bugs_activity write, cc write, profiles write, dependencies write, votes write, keywords write, keyworddefs read"); + SendSQL("lock tables bugs write, bugs_activity write, cc write, profiles write, dependencies write, votes write, keywords write, longdescs write, keyworddefs read"); my @oldvalues = SnapShotBug($id); if (defined $::FORM{'delta_ts'} && $::FORM{'delta_ts'} ne $delta_ts) { |