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
a20931ae
Commit
a20931ae
authored
Jan 19, 2011
by
Leo Gordon
Browse files
analysis_stats_monitor has to be in sync with analysis_stats, fixed
parent
8f559390
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
sql/tables.sql
sql/tables.sql
+1
-0
No files found.
sql/tables.sql
View file @
a20931ae
...
...
@@ -430,6 +430,7 @@ CREATE TABLE analysis_stats_monitor (
last_update
datetime
NOT
NULL
,
sync_lock
int
(
10
)
default
0
NOT
NULL
,
rc_id
int
(
10
)
unsigned
default
0
NOT
NULL
,
can_be_empty
TINYINT
UNSIGNED
DEFAULT
0
NOT
NULL
,
FOREIGN
KEY
(
analysis_id
)
REFERENCES
analysis
(
analysis_id
)
#
,
FOREIGN
KEY
(
rc_id
)
REFERENCES
resource_description
(
rc_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