From 6d343d28a9c6883bea3457cb54fa5c12a8a76370 Mon Sep 17 00:00:00 2001 From: julio Date: Thu, 4 Aug 2016 12:39:31 +0000 Subject: [PATCH] fixes bug #7456 git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@58723 d1611594-4594-4d17-8e1d-87c2c4800839 --- src/java/db/migration/V20160727_1529__exibecorridabloqueada.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/java/db/migration/V20160727_1529__exibecorridabloqueada.sql diff --git a/src/java/db/migration/V20160727_1529__exibecorridabloqueada.sql b/src/java/db/migration/V20160727_1529__exibecorridabloqueada.sql new file mode 100644 index 000000000..fe80a6ea5 --- /dev/null +++ b/src/java/db/migration/V20160727_1529__exibecorridabloqueada.sql @@ -0,0 +1 @@ +ALTER TABLE CONF_RESTRICAO_CANALVENTA ADD (INDEXIBECORRIDABLOQ NUMBER(1,0) DEFAULT 0 NOT NULL ENABLE); \ No newline at end of file