summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPreston Cody <codeman@gentoo.org>2007-07-19 01:21:32 +0000
committerPreston Cody <codeman@gentoo.org>2007-07-19 01:21:32 +0000
commit026d973a6f14ff2f21608ecc78e0288756fec666 (patch)
tree030f4d586a4c1d1e24092ce3d7d39298afbdaa60 /docs
parentadding a comment from rlazo (diff)
downloadscire-026d973a6f14ff2f21608ecc78e0288756fec666.tar.gz
scire-026d973a6f14ff2f21608ecc78e0288756fec666.tar.bz2
scire-026d973a6f14ff2f21608ecc78e0288756fec666.zip
adding a comma
svn path=/; revision=230
Diffstat (limited to 'docs')
-rw-r--r--docs/scire.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/scire.sql b/docs/scire.sql
index 7dd90ea..49021eb 100644
--- a/docs/scire.sql
+++ b/docs/scire.sql
@@ -231,7 +231,7 @@ CREATE TABLE dyn_tags (
tag VARCHAR(30) NOT NULL,
tag_value VARCHAR(255),
PRIMARY KEY (jobid, tag),
- FOREIGN KEY (jobid) REFERENCES jobs.jobid
+ FOREIGN KEY (jobid) REFERENCES jobs.jobid,
) ENGINE = MyISAM;
drop table if exists modules;