aboutsummaryrefslogtreecommitdiff
path: root/bpkg/package.xml
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2022-01-31 12:24:28 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2022-02-03 16:15:30 +0300
commitfafc5727732c7df2c98b123292f483411e0050e3 (patch)
tree2d67d33a557e82a694ba9d48a90cad99fd33e49f /bpkg/package.xml
parent85b7dc75597386777ebe1f7158e798eff968a4bf (diff)
Add support for bootstrap-build and root-build values in package manifest
Diffstat (limited to 'bpkg/package.xml')
-rw-r--r--bpkg/package.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/bpkg/package.xml b/bpkg/package.xml
index c2001f5..15e8846 100644
--- a/bpkg/package.xml
+++ b/bpkg/package.xml
@@ -1,4 +1,11 @@
<changelog xmlns="http://www.codesynthesis.com/xmlns/odb/changelog" database="sqlite" version="1">
+ <changeset version="15">
+ <alter-table name="main.available_package">
+ <add-column name="bootstrap_build" type="TEXT" null="true" default="''"/>
+ <add-column name="root_build" type="TEXT" null="true"/>
+ </alter-table>
+ </changeset>
+
<changeset version="14">
<alter-table name="main.available_package_dependencies">
<drop-column name="conditional"/>