dmencu 0.8.24 → 0.8.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -14,7 +14,6 @@ BEGIN
|
|
|
14
14
|
inner join base.tareas_proximas tp using (operativo, tarea, estado)
|
|
15
15
|
inner join tem te using (operativo,enc)
|
|
16
16
|
left join tokens tok on t.cargado_dm=tok.token
|
|
17
|
-
left join viviendas v on (te.operativo = v.operativo and te.enc = v.vivienda)
|
|
18
17
|
left join no_rea nr on (te.norea::text = nr.no_rea)
|
|
19
18
|
where t.operativo='||quote_literal(p_operativo)||
|
|
20
19
|
' and t.tarea='||quote_literal(p_tarea)||
|
package/package.json
CHANGED