diff options
author | bugreport%peshkin.net <> | 2005-08-27 08:11:30 +0200 |
---|---|---|
committer | bugreport%peshkin.net <> | 2005-08-27 08:11:30 +0200 |
commit | bc7607c1c4e31b9583a6a772c41567c1b1928e6d (patch) | |
tree | 3b370d740050b6bb2ec9013f374802585170f409 /contrib/cmdline | |
parent | d8a52b79b5b12e2e002614bc0aea343a9a535258 (diff) | |
download | bugzilla-bc7607c1c4e31b9583a6a772c41567c1b1928e6d.tar.gz bugzilla-bc7607c1c4e31b9583a6a772c41567c1b1928e6d.tar.xz |
Bug 305333: Move attachments.thedata to its own table
Patch by Joel Peshkin <bugreport@peshkin.net>
r=lpsolit, a=justdave
Diffstat (limited to 'contrib/cmdline')
-rw-r--r-- | contrib/cmdline/query.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/cmdline/query.conf b/contrib/cmdline/query.conf index a44347b2b..87390cd3f 100644 --- a/contrib/cmdline/query.conf +++ b/contrib/cmdline/query.conf @@ -43,7 +43,7 @@ bug_file_loc substring "u","url" status_whiteboard substring "w","whiteboard" keywords substring "k","K","keywords" attachments.description substring "attachdesc" -attachments.thedata substring "attachdata" +attach_data.thedata substring "attachdata" attachments.mimetype substring "attachmime" dependson substring # bug 30823 blocked substring # bug 30823 |