Skip to content
Snippets Groups Projects
Commit d3c8397c authored by Piotr Gawron's avatar Piotr Gawron
Browse files

make sure that point will have no null coordinates

parent 79697cf2
No related branches found
No related tags found
1 merge request!875Resolve "MINERVANET - Error Report 90"
Pipeline #12723 canceled
-- just in case if any point on the map has null coordinates (it should never happen)
update point_table set point_val = "0.0,0.0" where point_val = null;
alter table point_table alter column point_val set not null;
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment