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