aboutsummaryrefslogtreecommitdiff
path: root/bpkg/package.xml
diff options
context:
space:
mode:
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"/>