From 871bf8801b55acdcfa91f68af1f91450424fdd83 Mon Sep 17 00:00:00 2001 From: frederico Date: Tue, 10 Oct 2017 14:33:53 +0000 Subject: [PATCH] fixed bug #9934 git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@74671 d1611594-4594-4d17-8e1d-87c2c4800839 --- src/db/migration/V20171010_1135__mantis9934.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/db/migration/V20171010_1135__mantis9934.sql diff --git a/src/db/migration/V20171010_1135__mantis9934.sql b/src/db/migration/V20171010_1135__mantis9934.sql new file mode 100644 index 000000000..528cece82 --- /dev/null +++ b/src/db/migration/V20171010_1135__mantis9934.sql @@ -0,0 +1 @@ +ALTER TABLE ESQUEMA_ASIENTO MODIFY TIEMPOLIBERACION NUMBER(7,0); \ No newline at end of file