hydromodpy.results.catalog.migrations#
Catalog DuckDB schema migrations.
Thin wrapper that binds the generic migration runner from
hydromodpy.core.migrations to the bundled SQL directory and to the
"catalog" component name.
Functions
|
Apply one catalog migration in a transaction. |
|
Open |
|
Return the highest applied catalog migration version (0 if none). |
|
Discover catalog migrations under |
|
Bring the catalog DuckDB schema up to the latest bundled version. |
|
Return the highest catalog migration version present on disk. |