aboutsummaryrefslogtreecommitdiff
path: root/bpkg/package.xml
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-09-15 10:58:17 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-09-15 10:58:17 +0200
commit333c5953151d6324d83d279a7ac3c53cd1af54b9 (patch)
treee473c5ca4461afcbdf67d5db42e883a1d76564e9 /bpkg/package.xml
parentd05f9f046565f2d0d4135912103f96f0e66b454f (diff)
Implement pkg-verify, pkg-fetch commands
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 dc5f197..22f71e7 100644
--- a/bpkg/package.xml
+++ b/bpkg/package.xml
@@ -7,6 +7,8 @@
<column name="version_revision" type="INTEGER" null="true"/>
<column name="version_canonical_upstream" type="TEXT" null="true"/>
<column name="state" type="TEXT" null="true"/>
+ <column name="archive" type="TEXT" null="true"/>
+ <column name="archive_purge" type="INTEGER" null="true"/>
<primary-key>
<column name="name"/>
</primary-key>