From 382a24ca4dcfe86f9f073e5892ddc2d0d65fbf80 Mon Sep 17 00:00:00 2001 From: "igor.rodrigo" Date: Mon, 17 Oct 2016 22:10:00 +0000 Subject: [PATCH] fixes bug #8112 git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@61717 d1611594-4594-4d17-8e1d-87c2c4800839 --- src/db/migration/V20161710_1833__mantis8112.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/db/migration/V20161710_1833__mantis8112.sql diff --git a/src/db/migration/V20161710_1833__mantis8112.sql b/src/db/migration/V20161710_1833__mantis8112.sql new file mode 100644 index 000000000..213b29c09 --- /dev/null +++ b/src/db/migration/V20161710_1833__mantis8112.sql @@ -0,0 +1,2 @@ +alter table ESQUEMA_CORRIDA ADD AUTOBUS_ID NUMBER(7,0); +