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
300e8277
Commit
300e8277
authored
May 28, 2012
by
Leo Gordon
Browse files
schema change to allow any short string for meadow_type
parent
984f64c2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
README
README
+4
-0
modules/Bio/EnsEMBL/Hive/ResourceDescription.pm
modules/Bio/EnsEMBL/Hive/ResourceDescription.pm
+2
-2
No files found.
README
View file @
300e8277
...
...
@@ -15,6 +15,10 @@ Summary:
Changelog:
---------------------[before EnsEMBL rel.68]----------------------------------------------------------------
---------------------[after EnsEMBL rel.67]----------------------------------------------------------------
2012-03-27 12:22 lg4
...
...
modules/Bio/EnsEMBL/Hive/ResourceDescription.pm
View file @
300e8277
...
...
@@ -12,9 +12,9 @@
CREATE TABLE resource_description (
rc_id int(10) unsigned DEFAULT 0 NOT NULL,
meadow_type
enum('LSF', 'LOCAL') DEFAULT 'LSF'
NOT NULL,
meadow_type
varchar(40)
NOT NULL,
parameters varchar(255) DEFAULT '' NOT NULL,
description varchar(255)
DEFAULT NULL
,
description varchar(255),
PRIMARY KEY(rc_id, meadow_type)
) ENGINE=InnoDB;
...
...
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