From 12770868c9310e9dae6b0967b3d4f6c65d8e1c61 Mon Sep 17 00:00:00 2001 From: frederico Date: Tue, 7 Mar 2017 20:48:24 +0000 Subject: [PATCH] fixed bug #8438 git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@66484 d1611594-4594-4d17-8e1d-87c2c4800839 --- src/db/migration/V20170307_1744__mantis8438.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/db/migration/V20170307_1744__mantis8438.sql diff --git a/src/db/migration/V20170307_1744__mantis8438.sql b/src/db/migration/V20170307_1744__mantis8438.sql new file mode 100644 index 000000000..ca7a626c5 --- /dev/null +++ b/src/db/migration/V20170307_1744__mantis8438.sql @@ -0,0 +1 @@ +ALTER TABLE EMPRESA ADD INDOBRIGANOMEPASSAGEIRO NUMBER(1,0) DEFAULT 0; \ No newline at end of file