Hello, during container startup I consistently see a database migration error related to the CVE tables.
ERROR: relation "cve_items" does not exist (SQLSTATE 42P01)
CREATE TABLE "impacts" (..., CONSTRAINT "fk_cve_items_impact"
FOREIGN KEY ("cve_item_id") REFERENCES "cve_items"("id"))
WARN Failed to migrate CVE tables error="ERROR: relation "cve_items" does not exist (SQLSTATE 42P01)"