diff --git a/initdb/99_migrations_202412.sql b/initdb/99_migrations_202412.sql index 048df3a..25a1f2f 100644 --- a/initdb/99_migrations_202412.sql +++ b/initdb/99_migrations_202412.sql @@ -1834,7 +1834,7 @@ GRANT EXECUTE ON ALL FUNCTIONS IN SCHEMA public TO qgis_role; -- Update version UPDATE public.app_settings - SET value='0.8.0' + SET value='0.8.1' WHERE "name"='app.version'; \c postgres diff --git a/initdb/PGSAIL_VERSION b/initdb/PGSAIL_VERSION index a3df0a6..6f4eebd 100644 --- a/initdb/PGSAIL_VERSION +++ b/initdb/PGSAIL_VERSION @@ -1 +1 @@ -0.8.0 +0.8.1 diff --git a/tests/sql/summary.sql.output b/tests/sql/summary.sql.output index 624f8c8..60762d3 100644 --- a/tests/sql/summary.sql.output +++ b/tests/sql/summary.sql.output @@ -675,10 +675,10 @@ overpass_py_fn | {"name": "Port de la Ginesta", "type": "multipolygon", "leisure overpass_py_fn | {"name": "Norra hamnen", "leisure": "marina"} -[ RECORD 1 ]---------------------------------------------------------------------------------------------------------------------------------------------------------------------- -versions_fn | {"api_version" : "0.8.0", "sys_version" : "PostgreSQL 16.6", "mobilitydb" : "1.2.0", "timescaledb" : "2.17.2", "postgis" : "3.5.1", "postgrest" : "PostgREST 12.2.3"} +versions_fn | {"api_version" : "0.8.1", "sys_version" : "PostgreSQL 16.6", "mobilitydb" : "1.2.0", "timescaledb" : "2.17.2", "postgis" : "3.5.1", "postgrest" : "PostgREST 12.2.3"} -[ RECORD 1 ]----------------- -api_version | 0.8.0 +api_version | 0.8.1 sys_version | PostgreSQL 16.6 timescaledb | 2.17.2 postgis | 3.5.1