Author: eallen
Date: 2008-12-01 16:00:26 -0500 (Mon, 01 Dec 2008)
New Revision: 2902
Modified:
mgmt/trunk/cumin/python/cumin/slot.strings
Log:
Changing sql to use qmf_delete_time
Modified: mgmt/trunk/cumin/python/cumin/slot.strings
===================================================================
--- mgmt/trunk/cumin/python/cumin/slot.strings 2008-12-01 20:23:32 UTC (rev 2901)
+++ mgmt/trunk/cumin/python/cumin/slot.strings 2008-12-01 21:00:26 UTC (rev 2902)
@@ -17,7 +17,7 @@
[SlotSet.count_sql]
select count(1)
-from (select distinct name, machine, system, pool, deletion_time from slot as s
{sql_where}) as s
+from (select distinct name, machine, system, pool, qmf_delete_time from slot as s
{sql_where}) as s
[MachineSet.sql]
Show replies by date