aboutsummaryrefslogtreecommitdiff
path: root/bpkg/package.xml
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-08-19 21:23:50 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-08-20 13:14:54 +0300
commit987bf4a6522e642a1e4dfe276d4fc1efbb2b52b5 (patch)
treeb9261e402caa1d8ac20df9ad5635fca3a185a664 /bpkg/package.xml
parent4e9e142a6564b2a73848e735f9a1b5bb744d6a83 (diff)
Add support for build-time mark (*) in tests, examples, and benchmarks package manifest values
Diffstat (limited to 'bpkg/package.xml')
-rw-r--r--bpkg/package.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/bpkg/package.xml b/bpkg/package.xml
index e5b28c9..96aeed3 100644
--- a/bpkg/package.xml
+++ b/bpkg/package.xml
@@ -1,4 +1,10 @@
<changelog xmlns="http://www.codesynthesis.com/xmlns/odb/changelog" database="sqlite" version="1">
+ <changeset version="11">
+ <alter-table name="main.available_package_tests">
+ <add-column name="test_buildtime" type="INTEGER" null="true" default="0"/>
+ </alter-table>
+ </changeset>
+
<changeset version="10"/>
<changeset version="9">