aboutsummaryrefslogtreecommitdiff
path: root/bpkg/package.xml
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-10-21 09:28:52 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-10-21 09:28:52 +0200
commit6fed384f9bdc86fa9bb13d87753d14a886f4f87e (patch)
tree67c10caec6871102551c74956dd9346fa80f234d /bpkg/package.xml
parent108c54f8ae62453a76d05e31ad477efd3559e65a (diff)
Add support for held packages, package versions
Diffstat (limited to 'bpkg/package.xml')
-rw-r--r--bpkg/package.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/bpkg/package.xml b/bpkg/package.xml
index 79d7ac7..9ac6a3a 100644
--- a/bpkg/package.xml
+++ b/bpkg/package.xml
@@ -159,6 +159,8 @@
<column name="version_revision" type="INTEGER" null="true"/>
<column name="version_upstream" type="TEXT" null="true"/>
<column name="state" type="TEXT" null="true"/>
+ <column name="hold_package" type="INTEGER" null="true"/>
+ <column name="hold_version" type="INTEGER" null="true"/>
<column name="repository" type="TEXT" null="true"/>
<column name="archive" type="TEXT" null="true"/>
<column name="purge_archive" type="INTEGER" null="true"/>