aboutsummaryrefslogtreecommitdiff
path: root/libbrep/build.xml
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-05-19 19:39:21 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-05-19 19:39:21 +0300
commitc51ccc69ed4039fac8ebfbd7c2fcaf0abb8341d0 (patch)
tree66588196d841fb8174122c1ee61450ec5b4f841b /libbrep/build.xml
parent90a6531951546ae88a695410013b908b50cd6fd0 (diff)
Allow to enforce rebuild for building state
Diffstat (limited to 'libbrep/build.xml')
-rw-r--r--libbrep/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbrep/build.xml b/libbrep/build.xml
index 72cbd5f..7466c97 100644
--- a/libbrep/build.xml
+++ b/libbrep/build.xml
@@ -18,7 +18,7 @@
<column name="toolchain_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="force" type="TEXT" null="false"/>
<column name="status" type="TEXT" null="true"/>
<column name="machine" type="TEXT" null="true"/>
<column name="machine_summary" type="TEXT" null="true"/>