diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-05-19 19:39:21 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-05-19 19:39:21 +0300 |
commit | c51ccc69ed4039fac8ebfbd7c2fcaf0abb8341d0 (patch) | |
tree | 66588196d841fb8174122c1ee61450ec5b4f841b /libbrep/build.xml | |
parent | 90a6531951546ae88a695410013b908b50cd6fd0 (diff) |
Allow to enforce rebuild for building state
Diffstat (limited to 'libbrep/build.xml')
-rw-r--r-- | libbrep/build.xml | 2 |
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"/> |