AtlasOfLivingAustralia / spatial-service

Spatial web services and layer administration console
https://spatial.ala.org.au/ws
2 stars 11 forks source link

Liquibase integration #203

Closed vjrj closed 2 years ago

vjrj commented 2 years ago

Integration of liquibase following this thread on slack and continuing with the use of liquibase for db migrations.

This will allow to automatize the db migrations for the layers db in all spatial deployments. As a sample the modification of objects.bbox.

Before:

image

after this PR:

image

nickdos commented 2 years ago

Assigned to @adam-collins and/or @qifeng-bai as I've not worked on this code base,

qifeng-bai commented 2 years ago

@adam-collins I think it should be merged into dev branch first. And the dev branch only is merged to master when it is ready for release

vjrj commented 2 years ago

Ups, sorry, this is my fault. For some reason I thought that this repo didn't have a dev branch.

nickdos commented 2 years ago

The default branch is set to master. This needs to be changed to develop. I'll try to make that change.