aboutsummaryrefslogtreecommitdiff
path: root/libbrep/build-extra.sql
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-12-21 21:37:02 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2022-01-17 19:22:38 +0300
commit36115f92a7fdebaf13cb968b1acfe3c9973c0df4 (patch)
tree3b7a518df3f276a06793811d205faef4b38c1692 /libbrep/build-extra.sql
parent66e1aa46e47873227295aac41bcabf75f94dbca7 (diff)
Adapt to package manifest requirement classes change
Diffstat (limited to 'libbrep/build-extra.sql')
-rw-r--r--libbrep/build-extra.sql4
1 files changed, 2 insertions, 2 deletions
diff --git a/libbrep/build-extra.sql b/libbrep/build-extra.sql
index a8464cf..a2960ba 100644
--- a/libbrep/build-extra.sql
+++ b/libbrep/build-extra.sql
@@ -70,7 +70,6 @@ CREATE FOREIGN TABLE build_package_requirements (
version_canonical_release TEXT NOT NULL COLLATE "C",
version_revision INTEGER NOT NULL,
index BIGINT NOT NULL,
- conditional BOOLEAN NOT NULL,
buildtime BOOLEAN NOT NULL,
comment TEXT NOT NULL)
SERVER package_server OPTIONS (table_name 'package_requirements');
@@ -84,7 +83,8 @@ CREATE FOREIGN TABLE build_package_requirement_alternatives (
version_revision INTEGER NOT NULL,
requirement_index BIGINT NOT NULL,
index BIGINT NOT NULL,
- enable TEXT NULL)
+ enable TEXT NULL,
+ reflect TEXT NULL)
SERVER package_server OPTIONS (table_name 'package_requirement_alternatives');
CREATE FOREIGN TABLE build_package_requirement_alternative_requirements (