From c8368a9854d79f8358f9b071c98ba72c972bc78d Mon Sep 17 00:00:00 2001 From: DocNielsen Date: Thu, 1 Nov 2012 13:28:35 +0100 Subject: Update setup/linux/linux.cfg get positions from sql with the newest on top. --- setup/linux/linux.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup/linux/linux.cfg b/setup/linux/linux.cfg index 63d6be2ef..b11fc209b 100644 --- a/setup/linux/linux.cfg +++ b/setup/linux/linux.cfg @@ -51,7 +51,8 @@ <--> DELETE FROM devices - WHERE id = :id; + WHERE id = :id + ORDER by time DESC; -- cgit v1.2.3