dmencu 1.0.15 → 1.0.16

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.
@@ -3,7 +3,8 @@
3
3
 
4
4
  CREATE OR REPLACE FUNCTION regenerar_accion_cumple_condicion_trg()
5
5
  RETURNS trigger
6
- LANGUAGE plpgsql AS
6
+ LANGUAGE plpgsql
7
+ SECURITY DEFINER AS
7
8
  $CREATOR$
8
9
  DECLARE
9
10
  xcase_condiciones TEXT;
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.15",
4
+ "version": "1.0.16",
5
5
  "author": "Codenautas <codenautas@googlegroups.com>",
6
6
  "license": "MIT",
7
7
  "main": "dist/server/server/app-dmencu.js",