From b722d964d75c4253c002023ef7ffc9980d444e6d Mon Sep 17 00:00:00 2001 From: frederico Date: Thu, 24 Jan 2019 16:24:30 +0000 Subject: [PATCH] fixed bug#13323 qua:Wallysson dev:Emerson git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@89203 d1611594-4594-4d17-8e1d-87c2c4800839 --- src/db/postgresql/migration/V20190124_1454__mantis13323.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/db/postgresql/migration/V20190124_1454__mantis13323.sql diff --git a/src/db/postgresql/migration/V20190124_1454__mantis13323.sql b/src/db/postgresql/migration/V20190124_1454__mantis13323.sql new file mode 100644 index 000000000..b15d5906a --- /dev/null +++ b/src/db/postgresql/migration/V20190124_1454__mantis13323.sql @@ -0,0 +1 @@ +UPDATE ESTACION SET INDVOUCHER = 0 WHERE INDVOUCHER is null; \ No newline at end of file