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
e27f241d
Commit
e27f241d
authored
11 years ago
by
Alessandro Vullo
Browse files
Options
Downloads
Patches
Plain Diff
Inserted space after comments
parent
90160e7e
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/patch_55_56_c.sql
+9
-9
9 additions, 9 deletions
sql/patch_55_56_c.sql
with
9 additions
and
9 deletions
sql/patch_55_56_c.sql
+
9
−
9
View file @
e27f241d
...
...
@@ -127,15 +127,15 @@ DELETE from external_db where external_db_id=3211 and db_name='ARRAY_LIV_AEGDET
-- Also need to remove xref only array data for db_name like AGILENT, Illumina, CODELINK
--+----------------+-------------+
--| external_db_id | db_name |
--+----------------+-------------+
--| 3250 | Illumina |
--| 3255 | Illumina_V1 |
--| 3256 | Illumina_V2 |
--| 4300 | AgilentProbe |
--| 4305 | AgilentCGH |
--| 6000 | Codelink |
--
+----------------+-------------+
--
| external_db_id | db_name |
--
+----------------+-------------+
--
| 3250 | Illumina |
--
| 3255 | Illumina_V1 |
--
| 3256 | Illumina_V2 |
--
| 4300 | AgilentProbe |
--
| 4305 | AgilentCGH |
--
| 6000 | Codelink |
DELETE
ox
from
external_db
edb
,
xref
x
,
object_xref
ox
where
edb
.
external_db_id
=
3250
and
edb
.
db_name
=
'Illumina'
and
edb
.
external_db_id
=
x
.
external_db_id
and
x
.
xref_id
=
ox
.
xref_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