From 0fc5ea122dba4e408f21045477d6c2ad10639c52 Mon Sep 17 00:00:00 2001 From: "terry%mozilla.org" <> Date: Wed, 23 Jun 1999 06:44:21 +0000 Subject: Make attachments remember who submitted that attachment. --- makeattachmenttable.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'makeattachmenttable.sh') 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) -- cgit v1.2.3-24-g4f1b