From 818cde70e20ff897932c4abaca63c446a9ec5561 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 11 Feb 2022 20:10:53 +0300 Subject: Add support for reflect clause in tests package manifest value --- libbrep/build-extra.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libbrep/build-extra.sql') diff --git a/libbrep/build-extra.sql b/libbrep/build-extra.sql index a2960ba..2c204e6 100644 --- a/libbrep/build-extra.sql +++ b/libbrep/build-extra.sql @@ -133,7 +133,8 @@ CREATE FOREIGN TABLE build_package_tests ( test_package_version_canonical_release TEXT NULL COLLATE "C", test_package_version_revision INTEGER NULL, test_type TEXT NOT NULL, - test_buildtime BOOLEAN NOT NULL) + test_buildtime BOOLEAN NOT NULL, + test_reflect TEXT NULL) SERVER package_server OPTIONS (table_name 'package_tests'); -- The foreign table for the build_package object builds member (that is of a -- cgit v1.1