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
17afec0d
Commit
17afec0d
authored
Feb 22, 2005
by
Jessica Severin
Browse files
patch to add columns to analysis_stats and analysis_job
parent
7675c31c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
sql/patch_22-02-2005.sql
sql/patch_22-02-2005.sql
+3
-0
No files found.
sql/patch_22-02-2005.sql
0 → 100644
View file @
17afec0d
ALTER
TABLE
analysis_job
ADD
COLUMN
runtime_msec
int
(
10
)
default
0
NOT
NULL
,
ADD
COLUMN
query_count
int
(
10
)
default
0
NOT
NULL
;
ALTER
TABLE
analysis_stats
ADD
COLUMN
sync_lock
int
(
10
)
default
0
NOT
NULL
;
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