From 73f1943342354f5a3922561ca7ebefad239ce153 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Fri, 2 Nov 2012 18:44:36 +1300 Subject: Update config files (fix #74) --- setup/linux/linux.cfg | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) (limited to 'setup/linux') diff --git a/setup/linux/linux.cfg b/setup/linux/linux.cfg index b11fc209b..4c7ac58bb 100644 --- a/setup/linux/linux.cfg +++ b/setup/linux/linux.cfg @@ -51,8 +51,7 @@ <--> DELETE FROM devices - WHERE id = :id - ORDER by time DESC; + WHERE id = :id; @@ -61,7 +60,8 @@ SELECT * FROM positions - WHERE device_id = :device_id; + WHERE device_id = :device_id + ORDER by time DESC; @@ -136,4 +136,24 @@ true 5011 + + true + 5012 + + + true + 5013 + + + true + 5014 + + + true + 5015 + + + true + 5016 + -- cgit v1.2.3