VForWaTer / metacatalog

Modular metadata management platform for environmental data.
https://vforwater.github.io/metacatalog
GNU General Public License v3.0
3 stars 1 forks source link

renamed generic_geometry_data #31

Closed mmaelicke closed 4 years ago

mmaelicke commented 4 years ago

fixes #29

mmaelicke commented 4 years ago

@MarcusStrobl As long as v0.1.7 is not released, the v.0.1.6 db version can be updated with:

alembic upgrade head

The alembic migration config relies on a present 'default' connection to be configured via metacatalog cli like:

python -m metacatalog connection --save postgresql://user:password@host:port/dbname

For v0.1.7 I will include this into the metacatalog CLI properly, to use CLI to connect to the db.

mmaelicke commented 4 years ago

I will just merge this without approval