From 0df8cff991579ec5cd4409947ddd318445f1d40e Mon Sep 17 00:00:00 2001 From: thiago Date: Mon, 5 Dec 2016 21:11:27 +0000 Subject: [PATCH] =?UTF-8?q?fixed=20bug=20#8355=20-=20Corre=C3=A7=C3=A3o=20?= =?UTF-8?q?de=20bug=20onde=20a=20FK=20da=20tabela=20Consumo=5FBoleto=20est?= =?UTF-8?q?ava=20com=20a=20precis=C3=A3o=20menor=20que=20o=20ID=20ao=20qua?= =?UTF-8?q?l=20fazia=20referencia,=20na=20tabela=20Corte=5FTurno.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@63208 d1611594-4594-4d17-8e1d-87c2c4800839 --- src/db/migration/V20161205_1840__consumoboleto.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/db/migration/V20161205_1840__consumoboleto.sql diff --git a/src/db/migration/V20161205_1840__consumoboleto.sql b/src/db/migration/V20161205_1840__consumoboleto.sql new file mode 100644 index 000000000..b9ae031ad --- /dev/null +++ b/src/db/migration/V20161205_1840__consumoboleto.sql @@ -0,0 +1 @@ +alter table consumo_boleto modify (CORTETURNO_ID number(10,0)); \ No newline at end of file