From f7f5a78923ae0ca68fc989cd35b587cbac17af9a Mon Sep 17 00:00:00 2001 From: gleimar Date: Thu, 4 Aug 2016 18:51:40 +0000 Subject: [PATCH] fixes bug#7785 git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@58753 d1611594-4594-4d17-8e1d-87c2c4800839 --- src/java/db/migration/V20160804_1559__nullvalesruta.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/java/db/migration/V20160804_1559__nullvalesruta.sql diff --git a/src/java/db/migration/V20160804_1559__nullvalesruta.sql b/src/java/db/migration/V20160804_1559__nullvalesruta.sql new file mode 100644 index 000000000..2287cab4d --- /dev/null +++ b/src/java/db/migration/V20160804_1559__nullvalesruta.sql @@ -0,0 +1,2 @@ +update ruta set INDRUTACENLADA=0 where INDRUTACENLADA is null; +alter table ruta modify (INDRUTACENLADA not null); \ No newline at end of file