diff --git a/src/db/postgresql/migration/V20190731_1101__mantis15173.sql b/src/db/postgresql/migration/V20190731_1101__mantis15173.sql index abab648b2..9f4e83262 100644 --- a/src/db/postgresql/migration/V20190731_1101__mantis15173.sql +++ b/src/db/postgresql/migration/V20190731_1101__mantis15173.sql @@ -1,6 +1,6 @@ DO $$ BEGIN - ALTER TABLE EMPRESA ADD (INDIMPRIMELOGOBILHETEVENDAEMBARCADA NUMBER(1) ); + ALTER TABLE EMPRESA ADD (INDIMPLOGOBILHETEVTAEMBARCADA NUMBER(1) ); EXCEPTION WHEN duplicate_column THEN NULL; END $$; \ No newline at end of file diff --git a/src/db/postgresql/migration/V20190731_1106__mantis15171.sql b/src/db/postgresql/migration/V20190731_1106__mantis15171.sql index aa31cafd9..4ff375793 100644 --- a/src/db/postgresql/migration/V20190731_1106__mantis15171.sql +++ b/src/db/postgresql/migration/V20190731_1106__mantis15171.sql @@ -1,6 +1,6 @@ DO $$ BEGIN - ALTER TABLE EMPRESA ADD (INDIMPRIMERELFECHAMENTODETALHADOEMBARCADA NUMBER(1) ); + ALTER TABLE EMPRESA ADD (INDIMPRIMERELFECHDETEMBARCADA NUMBER(1) ); EXCEPTION WHEN duplicate_column THEN NULL; END $$;