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
e6e97b6d
Commit
e6e97b6d
authored
May 21, 2014
by
Leo Gordon
Browse files
schema patch_of_a_patch: bugfix [to
27be78f7
] : fixing a MySQL dialect issue
parent
6c57cf41
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
sql/patch_2014-05-15.mysql
sql/patch_2014-05-15.mysql
+1
-1
No files found.
sql/patch_2014-05-15.mysql
View file @
e6e97b6d
-- bugfix [to 6d6edeb] : make sure the default timestamp is auto-initialized to NULL:
ALTER TABLE worker
ALTER
COLUMN last_check_in TIMESTAMP
NULL;
ALTER TABLE worker
MODIFY
COLUMN last_check_in TIMESTAMP
NULL DEFAULT
NULL;
-- First remove the foreign key from worker.analysis_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