lmullen / cchc

America's Public Bible for Computing Cultural Heritage in the Cloud
Creative Commons Zero v1.0 Universal
8 stars 1 forks source link

Automate running migrations #50

Closed lmullen closed 2 years ago

lmullen commented 2 years ago

This should be in the common/db package, and it should run the migrations only if necessary. It should take a database advisory lock first to make sure no other package is trying to migrate. But this will probably have a "stop the world" effect, hence the particular need to check first.