aboutsummaryrefslogtreecommitdiff
path: root/brep/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'brep/build.xml')
-rw-r--r--brep/build.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/brep/build.xml b/brep/build.xml
index 2a222f4..8d9178a 100644
--- a/brep/build.xml
+++ b/brep/build.xml
@@ -13,6 +13,8 @@
<column name="timestamp" type="BIGINT" null="false"/>
<column name="forced" type="BOOLEAN" null="false"/>
<column name="status" type="TEXT" null="true"/>
+ <column name="machine" type="TEXT" null="true"/>
+ <column name="machine_summary" type="TEXT" null="true"/>
<primary-key>
<column name="package_name"/>
<column name="package_version_epoch"/>