diff --git a/src/db/migration/V20170820_1816__mantis9348_4.sql b/src/db/migration/V20170820_1816__mantis9348_4.sql deleted file mode 100644 index 6ec9fa657..000000000 --- a/src/db/migration/V20170820_1816__mantis9348_4.sql +++ /dev/null @@ -1 +0,0 @@ -ALTER TABLE MENSAGE_RECUSA DROP COLUMN TIPO_RELATORIO; \ No newline at end of file diff --git a/src/db/migration/V20170820_1816__mantis9348_4_2.sql b/src/db/migration/V20170820_1816__mantis9348_4_2.sql new file mode 100644 index 000000000..02f76e2b4 --- /dev/null +++ b/src/db/migration/V20170820_1816__mantis9348_4_2.sql @@ -0,0 +1 @@ +ALTER TABLE MENSAGEM_RECUSA DROP COLUMN TIPO_RELATORIO; \ No newline at end of file