Updating Max CVSS for DFN-CERT

Hi, I get the following error when updating feeds.

sql_exec_internal: PQexec failed: ERROR: relation “scap.cves” does not exist
LINE 1: …ax_cvss = (SELECT max (cvss) FROM scap.cves …

sql_exec_internal: SQL: UPDATE cert.dfn_cert_advs SET max_cvss = (SELECT max (cvss) FROM scap.cves WHERE name IN (SELECT cve_name FROM cert.dfn_cert_cves WHERE adv_id = dfn_cert_advs.id) AND cvss != 0.0);

Why is this happening and how can i solve it?
Thanks

GVM versions

gsad: 20.08.0
gvmd: 20.08.0
openvas-scanner: 20.8.0
gvm-libs: 20.08.0

Environment

Operating system: Debian
Kernel: 4.15.0-128-generic

This might be already solved in the next version of GVM with: