summaryrefslogtreecommitdiffstats
path: root/makeattachmenttable.sh
diff options
context:
space:
mode:
authorterry%mozilla.org <>1999-06-23 08:44:21 +0200
committerterry%mozilla.org <>1999-06-23 08:44:21 +0200
commit0fc5ea122dba4e408f21045477d6c2ad10639c52 (patch)
tree17cf723849bb287ca5c5be44974e2d9b77566291 /makeattachmenttable.sh
parent97dbac08e62afd64525dcbec4005ea2586e9e02b (diff)
downloadbugzilla-0fc5ea122dba4e408f21045477d6c2ad10639c52.tar.gz
bugzilla-0fc5ea122dba4e408f21045477d6c2ad10639c52.tar.xz
Make attachments remember who submitted that attachment.
Diffstat (limited to 'makeattachmenttable.sh')
-rwxr-xr-xmakeattachmenttable.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/makeattachmenttable.sh b/makeattachmenttable.sh
index b93862674..ab6b04b71 100755
--- a/makeattachmenttable.sh
+++ b/makeattachmenttable.sh
@@ -37,6 +37,7 @@ mimetype mediumtext not null,
ispatch tinyint,
filename mediumtext not null,
thedata longblob not null,
+submitter_id mediumint not null,
index(bug_id),
index(creation_ts)