Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ensembl-gh-mirror
ensembl-hive
Commits
80ff4d7d
Commit
80ff4d7d
authored
Jan 21, 2011
by
Leo Gordon
Browse files
forgot to add a foreign key on semaphored_job_id
parent
e78646b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
sql/foreign_keys.sql
sql/foreign_keys.sql
+1
-0
No files found.
sql/foreign_keys.sql
View file @
80ff4d7d
...
...
@@ -14,6 +14,7 @@ ALTER TABLE job_message ADD FOREIGN KEY (worker_id) REFERENCES hiv
ALTER
TABLE
analysis_job_file
ADD
FOREIGN
KEY
(
worker_id
)
REFERENCES
hive
(
worker_id
);
ALTER
TABLE
analysis_job
ADD
FOREIGN
KEY
(
prev_analysis_job_id
)
REFERENCES
analysis_job
(
analysis_job_id
);
ALTER
TABLE
analysis_job
ADD
FOREIGN
KEY
(
semaphored_job_id
)
REFERENCES
analysis_job
(
analysis_job_id
);
ALTER
TABLE
job_message
ADD
FOREIGN
KEY
(
analysis_job_id
)
REFERENCES
analysis_job
(
analysis_job_id
);
ALTER
TABLE
analysis_job_file
ADD
FOREIGN
KEY
(
analysis_job_id
)
REFERENCES
analysis_job
(
analysis_job_id
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment