dmencu 0.8.25 → 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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "dmencu",
3
3
  "description": "DM Encu - Encuestas en dispositivo móvil",
4
- "version": "0.8.25",
4
+ "version": "0.8.26",
5
5
  "author": "Codenautas <codenautas@googlegroups.com>",
6
6
  "license": "MIT",
7
7
  "main": "dist/server/server/app-dmencu.js",