diff --git a/src/db/migration/V20161125_1645__mantis8120.sql b/src/db/migration/V20161125_1645__mantis8120.sql new file mode 100644 index 000000000..6b7eed139 --- /dev/null +++ b/src/db/migration/V20161125_1645__mantis8120.sql @@ -0,0 +1 @@ +INSERT INTO AIDF_ESPECIE (AIDFESP_ID, DECESPECIE, ACTIVO, FECMODIF, USUARIO_ID) VALUES (3, 'RMD', 1, TIMESTAMP '2016-11-25 16:45:00', 1); \ No newline at end of file diff --git a/src/db/migration/V20161128_1115__mantis8120.sql b/src/db/migration/V20161128_1115__mantis8120.sql new file mode 100644 index 000000000..5889103c5 --- /dev/null +++ b/src/db/migration/V20161128_1115__mantis8120.sql @@ -0,0 +1 @@ +ALTER TABLE BOLETO ADD (RMD_ID NUMBER(15)); \ No newline at end of file