diff --git a/tests/fixtures/toardb_pytest.psql b/tests/fixtures/toardb_pytest.psql
index e12ca095351d472922cc15b620cc8ac2bb6d256a..02fddc8e46d388dba6626eded813485a3f8b7e85 100644
--- a/tests/fixtures/toardb_pytest.psql
+++ b/tests/fixtures/toardb_pytest.psql
@@ -2819,7 +2819,7 @@ CREATE TABLE IF NOT EXISTS public.stationmeta_global (
     max_topography_srtm_relative_alt_5km_year1994 double precision DEFAULT '-999.0'::numeric NOT NULL,
     dominant_landcover_year2012 integer DEFAULT '-1'::integer NOT NULL,
     toar1_category integer DEFAULT '-1'::integer NOT NULL,
-    toar2_category integer DEFAULT '-1'::integer NOT NULL,
+    toar2_category integer DEFAULT '0'::integer NOT NULL,
     station_id integer NOT NULL,
     min_topography_srtm_relative_alt_5km_year1994 double precision DEFAULT '-999.0'::numeric NOT NULL,
     stddev_topography_srtm_relative_alt_5km_year1994 double precision DEFAULT '-999.0'::numeric NOT NULL,
@@ -3920,7 +3920,7 @@ ALTER TABLE ONLY public.stationmeta_global
 
 
 --
--- Name: stationmeta_global stationmeta_global_toar2_category_fk_tc_vocabulary_enum_val; Type: FK CONSTRAINT; Schema: public; Owner: postgres
+-- Name: stationmeta_global stationmeta_global_toar2_category_fk_ta_vocabulary_enum_val; Type: FK CONSTRAINT; Schema: public; Owner: postgres
 --
 
 ALTER TABLE ONLY public.stationmeta_global