From 2a729b5ba028e0316705ade959783387fd0224c6 Mon Sep 17 00:00:00 2001 From: wilian Date: Mon, 17 Oct 2016 18:13:00 +0000 Subject: [PATCH] bug #8032 git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@61695 d1611594-4594-4d17-8e1d-87c2c4800839 --- src/db/migration/V20161005_1430__mantis8032.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/db/migration/V20161005_1430__mantis8032.sql diff --git a/src/db/migration/V20161005_1430__mantis8032.sql b/src/db/migration/V20161005_1430__mantis8032.sql new file mode 100644 index 000000000..845254e00 --- /dev/null +++ b/src/db/migration/V20161005_1430__mantis8032.sql @@ -0,0 +1 @@ +ALTER TABLE CATEGORIA_DESCUENTO ADD HORARIOLIBERACAOVENDAPESSAGEM NUMBER(1,0) DEFAULT 1; \ No newline at end of file