aboutsummaryrefslogtreecommitdiff
path: root/brep/build.xml
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-04-22 01:30:16 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-04-22 16:08:45 +0300
commit0e6d08495733ed268e1624ca6450a0f4ecccac33 (patch)
tree0d2f58c87a96ebca97f17b7c5697413fc9118908 /brep/build.xml
parent7cde0aab8206a5d95091860a8c1114d625f5280a (diff)
Add support for forced rebuild
Diffstat (limited to 'brep/build.xml')
-rw-r--r--brep/build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/brep/build.xml b/brep/build.xml
index 5f75928..2a222f4 100644
--- a/brep/build.xml
+++ b/brep/build.xml
@@ -11,6 +11,7 @@
<column name="package_version_release" type="TEXT" null="true"/>
<column name="state" type="TEXT" null="false"/>
<column name="timestamp" type="BIGINT" null="false"/>
+ <column name="forced" type="BOOLEAN" null="false"/>
<column name="status" type="TEXT" null="true"/>
<primary-key>
<column name="package_name"/>