diff --git a/src/db/migration/V20190625_1559__mantis14533.sql b/src/db/migration/V20190625_1559__mantis14533.sql index 0588adef5..2ef44b74e 100644 --- a/src/db/migration/V20190625_1559__mantis14533.sql +++ b/src/db/migration/V20190625_1559__mantis14533.sql @@ -26,5 +26,4 @@ declare column_exists exception; pragma exception_init (column_exists , -01430); begin execute immediate 'ALTER TABLE BPE ADD (nBP VARCHAR2(9))'; exception when column_exists then null; - end; -/ \ No newline at end of file + end; \ No newline at end of file diff --git a/src/db/migration/V20190709_1445__mantis14533.sql b/src/db/migration/V20190709_1445__mantis14533.sql index cb517e3d9..28af2571e 100644 --- a/src/db/migration/V20190709_1445__mantis14533.sql +++ b/src/db/migration/V20190709_1445__mantis14533.sql @@ -1,4 +1,3 @@ -/ declare column_exists exception; pragma exception_init (column_exists , -01430); begin execute immediate 'ALTER TABLE BPE ADD (dhEmb VARCHAR2(25))'; @@ -27,5 +26,4 @@ declare column_exists exception; pragma exception_init (column_exists , -01430); begin execute immediate 'ALTER TABLE BPE ADD (CST90 VARCHAR2(2))'; exception when column_exists then null; - end; -/ \ No newline at end of file + end; \ No newline at end of file diff --git a/src/db/migration/V20190709_1446__mantis14533.sql b/src/db/migration/V20190709_1446__mantis14533.sql index 49d14414a..5d4f3b960 100644 --- a/src/db/migration/V20190709_1446__mantis14533.sql +++ b/src/db/migration/V20190709_1446__mantis14533.sql @@ -26,5 +26,4 @@ declare column_exists exception; pragma exception_init (column_exists , -01430); begin execute immediate 'ALTER TABLE BPE ADD (vICMS00 VARCHAR2(15))'; exception when column_exists then null; - end; -/ \ No newline at end of file + end; \ No newline at end of file diff --git a/src/db/migration/V20190709_1447__mantis14533.sql b/src/db/migration/V20190709_1447__mantis14533.sql index acb8f3fe4..aa77d6b4d 100644 --- a/src/db/migration/V20190709_1447__mantis14533.sql +++ b/src/db/migration/V20190709_1447__mantis14533.sql @@ -26,5 +26,4 @@ declare column_exists exception; pragma exception_init (column_exists , -01430); begin execute immediate 'ALTER TABLE BPE ADD (vDesconto VARCHAR2(15))'; exception when column_exists then null; - end; -/ \ No newline at end of file + end; \ No newline at end of file diff --git a/src/db/migration/V20190709_1448__mantis14533.sql b/src/db/migration/V20190709_1448__mantis14533.sql index 9daad3f6c..8d386a5ff 100644 --- a/src/db/migration/V20190709_1448__mantis14533.sql +++ b/src/db/migration/V20190709_1448__mantis14533.sql @@ -26,5 +26,4 @@ declare column_exists exception; pragma exception_init (column_exists , -01430); begin execute immediate 'ALTER TABLE BPE ADD (tpComp04 VARCHAR2(2))'; exception when column_exists then null; - end; -/ \ No newline at end of file + end; \ No newline at end of file diff --git a/src/db/migration/V20190709_1449__mantis14533.sql b/src/db/migration/V20190709_1449__mantis14533.sql index 041af980a..5d3704ea4 100644 --- a/src/db/migration/V20190709_1449__mantis14533.sql +++ b/src/db/migration/V20190709_1449__mantis14533.sql @@ -26,5 +26,4 @@ declare column_exists exception; pragma exception_init (column_exists , -01430); begin execute immediate 'ALTER TABLE BPE ADD (vComp02 VARCHAR2(15))'; exception when column_exists then null; - end; -/ \ No newline at end of file + end; \ No newline at end of file diff --git a/src/db/migration/V20190709_1450__mantis14533.sql b/src/db/migration/V20190709_1450__mantis14533.sql index 4113f99dc..a7c7b1ad3 100644 --- a/src/db/migration/V20190709_1450__mantis14533.sql +++ b/src/db/migration/V20190709_1450__mantis14533.sql @@ -26,5 +26,4 @@ declare column_exists exception; pragma exception_init (column_exists , -01430); begin execute immediate 'ALTER TABLE BPE ADD (vComp99 VARCHAR2(15))'; exception when column_exists then null; - end; -/ \ No newline at end of file + end; \ No newline at end of file diff --git a/src/db/migration/V20190709_1451__mantis14533.sql b/src/db/migration/V20190709_1451__mantis14533.sql index 30cfd2ff5..3ffab8cf2 100644 --- a/src/db/migration/V20190709_1451__mantis14533.sql +++ b/src/db/migration/V20190709_1451__mantis14533.sql @@ -14,5 +14,4 @@ declare column_exists exception; pragma exception_init (column_exists , -01430); begin execute immediate 'ALTER TABLE BPE ADD (CSTSN VARCHAR2(2))'; exception when column_exists then null; - end; -/ \ No newline at end of file + end; \ No newline at end of file