From 86ac7e10fc794b371f890eb8d885dfa81230f077 Mon Sep 17 00:00:00 2001 From: Sacha Al Himdani Date: Wed, 6 Aug 2025 17:23:43 +0200 Subject: [PATCH] Fix data page Signed-off-by: Sacha Al Himdani --- pkg/coredata/vendor.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkg/coredata/vendor.go b/pkg/coredata/vendor.go index f8768f845..0fcbdd75a 100644 --- a/pkg/coredata/vendor.go +++ b/pkg/coredata/vendor.go @@ -503,6 +503,7 @@ WITH vend AS ( v.terms_of_service_url, v.security_page_url, v.trust_page_url, + v.show_on_trust_center, v.created_at, v.updated_at FROM @@ -534,6 +535,7 @@ SELECT terms_of_service_url, security_page_url, trust_page_url, + show_on_trust_center, created_at, updated_at FROM @@ -632,6 +634,7 @@ WITH vend AS ( v.terms_of_service_url, v.security_page_url, v.trust_page_url, + v.show_on_trust_center, v.created_at, v.updated_at FROM @@ -663,6 +666,7 @@ SELECT terms_of_service_url, security_page_url, trust_page_url, + show_on_trust_center, created_at, updated_at FROM