bug fixes

Former-commit-id: c1bc39ba77ac319bbda1f55c59c68353c947ac98
This commit is contained in:
Daniel Collin 2015-12-11 23:19:17 +01:00
parent 2bc92ddc68
commit 2823057e76
3 changed files with 10 additions and 4 deletions

View file

@ -51,6 +51,12 @@
</classpath>
</java>
</target>
<target name="clear-aggr-data-from-db" depends="">
<exec executable="sqlite3">
<arg line="hal.db 'DELETE FROM sensor_data_aggr'" />
</exec>
</target>
<!--clean all build paths-->
<target name="clean">