Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In next upgrade script clean up old databases. #57

Open
mtbc opened this issue Jul 28, 2020 · 0 comments
Open

In next upgrade script clean up old databases. #57

mtbc opened this issue Jul 28, 2020 · 0 comments

Comments

@mtbc
Copy link
Member

mtbc commented Jul 28, 2020

UPDATE eventlog
    SET entitytype = 'ome.model.roi.Rectangle'
    WHERE entitytype = 'ome.model.roi.Rect';

UPDATE shape
    SET points = REGEXP_REPLACE(REGEXP_REPLACE(points, '[^\[]*\[([^\]]*).*', '\1'), '([[:digit:]]+),[[:space:]]*([[:digit:]]+),[[:space:]]*', '\1,\2 ', 'g')
    WHERE discriminator = 'polygon'
      AND points LIKE 'points[%';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant