fixes bug#13686

qua:wallysson
dev:lucas

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@90186 d1611594-4594-4d17-8e1d-87c2c4800839
master
gleimar 2019-02-22 20:10:32 +00:00
parent 05c9ff43dd
commit 24e2e4f55a
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ declare
begin begin
execute immediate 'ALTER TABLE VTABOL.CHECKIN_AUTOMATICO MODIFY CHECKINAUTOMATICO_ID NUMBER(15,0)'; execute immediate 'ALTER TABLE CHECKIN_AUTOMATICO MODIFY CHECKINAUTOMATICO_ID NUMBER(15,0)';
exception when column_exists then null; exception when column_exists then null;