dmencu 1.0.13 → 1.0.14

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.
@@ -58,8 +58,7 @@ CREATE OR REPLACE TRIGGER update_accion_cumple_condicion_trg
58
58
  FOR EACH ROW
59
59
  EXECUTE FUNCTION base.regenerar_accion_cumple_condicion_trg();
60
60
 
61
- --regenerar la primera vez
62
- /*
61
+ --regenerar la primera vez (ya que se cargan antes en el dump los estados_acciones)
63
62
  with aux as (select * from estados_acciones limit 1)
64
63
  update estados_acciones ea
65
64
  set condicion=aux.condicion
@@ -67,5 +66,4 @@ update estados_acciones ea
67
66
  where ea.operativo= aux.operativo and
68
67
  ea.estado=aux.estado and
69
68
  ea.eaccion=aux.eaccion and
70
- ea.estado_destino=aux.estado_destino
71
- */
69
+ ea.estado_destino=aux.estado_destino
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": "1.0.13",
4
+ "version": "1.0.14",
5
5
  "author": "Codenautas <codenautas@googlegroups.com>",
6
6
  "license": "MIT",
7
7
  "main": "dist/server/server/app-dmencu.js",