script de adição de campo ccf nas tabelas de boleto e caja bug#8171

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@62113 d1611594-4594-4d17-8e1d-87c2c4800839
master
gleimar 2016-10-28 13:13:48 +00:00
parent 628f7180e6
commit e0aa019458
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
alter table caja add CCF VARCHAR2(6 BYTE);
alter table boleto add CCF VARCHAR2(6 BYTE);