From a83171746fdd0dddbe0443e4d3cf18c606ac839f Mon Sep 17 00:00:00 2001 From: gleimar Date: Fri, 15 Jun 2018 18:27:55 +0000 Subject: [PATCH] fixes bug#11386 dev:alberto qua:junia git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@82684 d1611594-4594-4d17-8e1d-87c2c4800839 --- src/db/migration/V20180615_1525__mantis11386.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/db/migration/V20180615_1525__mantis11386.sql diff --git a/src/db/migration/V20180615_1525__mantis11386.sql b/src/db/migration/V20180615_1525__mantis11386.sql new file mode 100644 index 000000000..71409ea18 --- /dev/null +++ b/src/db/migration/V20180615_1525__mantis11386.sql @@ -0,0 +1,2 @@ +UPDATE PTOVTA_SEGURO SET INDVENDSEGTABELA = 1 WHERE INDVENDSEGTABELA IS NULL OR INDVENDSEGTABELA = 0; +UPDATE PTOVTA_SEGURO SET INDESTANSEGTABELA = 1 WHERE INDESTANSEGTABELA IS NULL OR INDESTANSEGTABELA = 0; \ No newline at end of file