Skip to content
Snippets Groups Projects
Commit b3b69be2 authored by Daniel Rios's avatar Daniel Rios
Browse files

patch to set to NULL version column in coord_system table instead of blank

parent 53595c66
No related branches found
No related tags found
No related merge requests found
# patch_54_55_f.sql
#
# title: Set to NULL version column in coord_system table instead of blank.
#
# description:
# The version column in the coord_system table has to be NULL when there
# is no version for the coordinate system (at the moment, some had blank entries)
UPDATE coord_system SET version = NULL WHERE version = '';
# patch identifier
INSERT INTO meta (species_id, meta_key, meta_value)
VALUES (NULL, 'patch', 'patch_54_55_f.sql|coord_system.version_null');
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment