vms_gebuchte_werbung

edit: wenn du schon in der DB herumsuchst sieh nach ob du alle tabellen aus dem update auch findest

ALTER TABLE vms_gebuchte_werbung ADD beschreibung varchar(50) NOT NULL;
ALTER TABLE vms_gebuchte_werbung ADD mailtext longtext NOT NULL;
ALTER TABLE vms_gebuchte_werbung ADD gueltig int(11) DEFAULT '0' NOT NULL;
ALTER TABLE vms_interface ADD pmindestverguetung double(9,6) NOT NULL;
ALTER TABLE vms_interface ADD pmaxiaufenthalt int(3) NOT NULL;
ALTER TABLE vms_interface ADD puebrig int(4) NOT NULL;
ALTER TABLE vms_interface ADD pgueltig int(2) NOT NULL;