Adição de script flyway

bug#10885
dev:gleimar
qua:gleimar

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@80693 d1611594-4594-4d17-8e1d-87c2c4800839
master
gleimar 2018-04-10 19:41:07 +00:00
parent 0a808cda8e
commit 4bef0e6dbf
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
begin
execute immediate 'ALTER TABLE TAXPOL ADD (NUMLOTE VARCHAR2(10) )';
execute immediate 'ALTER TABLE TAXPOLV ADD (NUMLOTE VARCHAR2(10) )';
exception when others then null;
end;