Hallo Gemeinde!

Keine Ahnung ob ich da ein update ausgelassen habe oder etwas in einem früheren update schön bei mir schief ging.Zumindest habe ich beim letzten update jetzt folgende Fehlermeldung bekommen:

Query:
INSERT INTO `export_scheme_fields` (`scheme_id`, `field_name`, `field_content`, `field_content_default`, `created_by`, `sort_order`, `status`)
VALUES
(22, 'ID', '{p_id}', '', 'gambio', 1, 1),
(22, 'Titel', '{p_google_name_vpe_suffix|truncate:150:"..."}', '', 'gambio', 2, 1),
(22, 'Beschreibung', '{p_description|truncate:5000:"..."}', '', 'gambio', 3, 1),
(22, 'Google Produktkategorie', '{p_google_category|truncate:750:"..."}', '', 'gambio', 4, 1),
(22, 'Produkttyp', '{c_path}', '', 'gambio', 5, 1),
(22, 'Link', '{p_link}', '', 'gambio', 6, 1),
(22, 'Bildlink', '{p_popup_image}', '', 'gambio', 7, 1),
(22, 'Zusätzlicher Bildlink', '{p_popup_images}', '', 'gambio', 8, 1),
(22, 'Zustand', '{p_google_export_condition}', '', 'gambio', 9, 1),
(22, 'Verfügbarkeit', '{p_google_export_availability}', '', 'gambio', 10, 1),
(22, 'Preis', '{p_google_price}', '', 'gambio', 11, 1),
(22, 'Sonderangebotspreis', '{p_google_special_price}', '', 'gambio', 12, 1),
(22, 'Sonderangebotszeitraum', '{p_special_period}', '', 'gambio', 13, 1),
(22, 'Marke', '{brand_name|truncate:70:"..."}', '', 'gambio', 14, 1),
(22, 'GTIN', '{p_google_export_gtin}', '', 'gambio', 15, 1),
(22, 'MPN', '{code_mpn}', '', 'gambio', 16, 1),
(22, 'Kennzeichnung existiert', '{p_google_identifier_exists}', '', 'gambio', 17, 1),
(22, 'Geschlecht', '{gender}', '', 'gambio', 18, 1),
(22, 'Altersgruppe', '{age_group}', '', 'gambio', 19, 1),
(22, 'Versandgewicht', '{p_weight_gram} g', '', 'gambio', 20, 1),
(22, 'Nicht jugendfrei', '{p_google_fsk18}', '', 'gambio', 21, 1),
(22, 'Grundpreis Maß', '{p_google_unit_price_measure}', '', 'gambio', 22, 1),
(22, 'Grundpreis Einheitsmaß', '{p_google_unit_pricing_base_measure}', '', 'gambio', 23, 1),
(22, 'Verfallsdatum', '{p_expiration_date}', '', 'gambio', 24, 1),
(22, 'Farbe', '{collective_field||Farbe||attributes;additional_f ields}', '', 'gambio', 25, 1),
(22, 'Größe', '{collective_field||Größe||attributes;additional_f ields}', '', 'gambio', 26, 1),
(22, 'Material', '{collective_field||Material||attributes;additiona l_fields}', '', 'gambio', 27, 1),
(22, 'Muster', '{collective_field||Muster||attributes;additional_ fields}', '', 'gambio', 28, 1),
(22, 'Produktgruppe', '{p_google_product_group}', '', 'gambio', 29, 1);

Error message: Unknown column 'status' in 'field list'

"gambio":"v3.9.1.2",
"phpversion":"7.0.25-nmm1",
"mysqlversion":"5.7.21-nmm1-log",

Danke schonmal für die Hilfe!