From ca3a0619e8611a95436ee37299822497624b8029 Mon Sep 17 00:00:00 2001 From: fabio Date: Tue, 7 Apr 2020 21:08:46 +0000 Subject: [PATCH] bug#18897 dev: qua: git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@101137 d1611594-4594-4d17-8e1d-87c2c4800839 --- src/db/migration/V20220122_1412__mantis17692.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/db/migration/V20220122_1412__mantis17692.sql b/src/db/migration/V20220122_1412__mantis17692.sql index 5013b01c7..51fc286a6 100644 --- a/src/db/migration/V20220122_1412__mantis17692.sql +++ b/src/db/migration/V20220122_1412__mantis17692.sql @@ -7,7 +7,7 @@ declare pragma exception_init (except_01451 , -01451); pragma exception_init (except_01442 , -01442); begin - execute immediate 'ALTER TABLE DISPOSITIVO_EMBARCADA ADD (VERSAO VARCHAR2(20), FECHORSINC DATE ); '; + execute immediate 'ALTER TABLE EMPRESA ADD INDALTPOSICAOCAMPOSCUPOM NUMBER(1,0) '; exception when object_exists then null; when except_01451 then null;