From 8a200175c2e69ef6d698799f11602a8dd75a6312 Mon Sep 17 00:00:00 2001 From: valdevir Date: Mon, 10 Oct 2016 20:25:24 +0000 Subject: [PATCH] fixes bug #8012 git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@61467 d1611594-4594-4d17-8e1d-87c2c4800839 --- src/db/migration/V20161004_1711_mantis8012.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/db/migration/V20161004_1711_mantis8012.sql diff --git a/src/db/migration/V20161004_1711_mantis8012.sql b/src/db/migration/V20161004_1711_mantis8012.sql new file mode 100644 index 000000000..cc1c36fe4 --- /dev/null +++ b/src/db/migration/V20161004_1711_mantis8012.sql @@ -0,0 +1 @@ +ALTER TABLE ESTACION ADD NUMPORTAPINPAD NUMBER(2,0); \ No newline at end of file