bug#23271
dev: Valdevir qua: git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@108843 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
da6f628c99
commit
4f784fa7d7
|
@ -1,9 +1,8 @@
|
|||
/
|
||||
declare
|
||||
column_exists exception;
|
||||
pragma exception_init (column_exists , -01430);
|
||||
begin
|
||||
execute immediate 'ALTER TABLE CHECKIN_AUTOMATICO ADD IMEI_EMBARCADA VARCHAR(20)';
|
||||
execute immediate 'ALTER TABLE VTABOL.CHECKIN_AUTOMATICO ADD IMEI_EMBARCADA VARCHAR(20)';
|
||||
exception when column_exists then null;
|
||||
end;
|
||||
/
|
||||
|
@ -11,7 +10,7 @@ declare
|
|||
column_exists exception;
|
||||
pragma exception_init (column_exists , -01430);
|
||||
begin
|
||||
execute immediate 'ALTER TABLE CHECKIN_CERRADO ADD IMEI_EMBARCADA VARCHAR(20)';
|
||||
execute immediate 'ALTER TABLE VTABOL.CHECKIN_CERRADO ADD IMEI_EMBARCADA VARCHAR(20)';
|
||||
exception when column_exists then null;
|
||||
end;
|
||||
/
|
|
@ -1,4 +1,3 @@
|
|||
/
|
||||
declare
|
||||
column_exists exception;
|
||||
pragma exception_init (column_exists , -01430);
|
||||
|
|
Loading…
Reference in New Issue