dmencu 0.3.12 → 0.3.13

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.
@@ -11,7 +11,7 @@ BEGIN
11
11
  v_cond=p_condicion;
12
12
  v_sent=' select 1
13
13
  from base.tareas_tem t
14
- inner join base.estados_acciones ea using (operativo, estado, tarea)
14
+ inner join base.estados_acciones ea using (operativo, estado)
15
15
  inner join tem te using (operativo,enc)
16
16
  left join sincronizaciones s on t.cargado_dm=s.token
17
17
  left join viviendas v on (te.operativo = v.operativo and te.enc = v.vivienda)
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.3.12",
4
+ "version": "0.3.13",
5
5
  "author": "Codenautas <codenautas@googlegroups.com>",
6
6
  "license": "MIT",
7
7
  "main": "dist/server/server/app-dmencu.js",