Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
ensembl
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ensembl-gh-mirror
ensembl
Commits
2e5398a0
Commit
2e5398a0
authored
18 years ago
by
Glenn Proctor
Browse files
Options
Downloads
Patches
Plain Diff
Added marker.display_marker_synonym_id->marker_synonym
parent
f5883deb
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
sql/foreign_keys.sql
+3
-1
3 additions, 1 deletion
sql/foreign_keys.sql
with
3 additions
and
1 deletion
sql/foreign_keys.sql
+
3
−
1
View file @
2e5398a0
...
...
@@ -63,6 +63,8 @@ ALTER table karyotype ADD FOREIGN KEY (seq_region_id) REFERENCES seq_region(seq_
ALTER
table
stable_id_event
ADD
FOREIGN
KEY
(
mapping_session_id
)
REFERENCES
mapping_session
(
mapping_session_id
);
ALTER
table
marker
ADD
FOREIGN
KEY
(
display_marker_synonym_id
)
REFERENCES
marker_synonym
(
marker_synonym_id
);
ALTER
table
marker_feature
ADD
FOREIGN
KEY
(
analysis_id
)
REFERENCES
analysis
(
analysis_id
);
ALTER
table
marker_feature
ADD
FOREIGN
KEY
(
marker_id
)
REFERENCES
marker
(
marker_id
);
ALTER
table
marker_feature
ADD
FOREIGN
KEY
(
seq_region_id
)
REFERENCES
seq_region
(
seq_region_id
);
...
...
@@ -165,7 +167,7 @@ ALTER table unconventional_transcript_association ADD FOREIGN KEY (gene_id) REFE
ALTER
table
unconventional_transcript_association
ADD
FOREIGN
KEY
(
transcript_id
)
REFERENCES
transcript
(
transcript_id
);
ALTER
table
unmapped_object
ADD
FOREIGN
KEY
(
analysis_id
)
REFERENCES
analysis
(
analysis_id
);
#
ALTER
table
unmapped_object
ADD
FOREIGN
KEY
(
external_db_id
)
REFERENCES
external_db
(
external_db_id
);
ALTER
table
unmapped_object
ADD
FOREIGN
KEY
(
external_db_id
)
REFERENCES
external_db
(
external_db_id
);
ALTER
table
unmapped_object
ADD
FOREIGN
KEY
(
unmapped_reason_id
)
REFERENCES
unmapped_reason
(
unmapped_reason_id
);
ALTER
table
xref
ADD
FOREIGN
KEY
(
external_db_id
)
REFERENCES
external_db
(
external_db_id
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment