diff --git a/src/db/migration/V20170717_0858__mantis9192.sql b/src/db/migration/V20170717_0858__mantis9192.sql new file mode 100644 index 000000000..5f3a49a38 --- /dev/null +++ b/src/db/migration/V20170717_0858__mantis9192.sql @@ -0,0 +1,3 @@ +ALTER TABLE SEGURO_KM ADD TIPO_SEGURO varchar2(10); +ALTER TABLE TARIFA ADD IMPORTETPP number(7,2); +ALTER TABLE TARIFA_OFICIAL ADD IMPORTETPP number(7,2); \ No newline at end of file