summaryrefslogtreecommitdiffstats
path: root/makeattachmenttable.sh
diff options
context:
space:
mode:
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)