diff --git a/src/db/migration/V20170213_1500__mantis8585.sql b/src/db/migration/V20170213_1500__mantis8585.sql new file mode 100644 index 000000000..e38e33ec3 --- /dev/null +++ b/src/db/migration/V20170213_1500__mantis8585.sql @@ -0,0 +1 @@ +ALTER TABLE DET_ABASTO_BOLETO ADD (AIDF_ID NUMBER(15)); \ No newline at end of file diff --git a/src/db/migration/V20170214_1030__mantis8585.sql b/src/db/migration/V20170214_1030__mantis8585.sql new file mode 100644 index 000000000..2850d91f9 --- /dev/null +++ b/src/db/migration/V20170214_1030__mantis8585.sql @@ -0,0 +1 @@ +ALTER TABLE BOLETO ADD (AIDF_ID NUMBER(15)); \ No newline at end of file diff --git a/src/db/migration/V20170214_1035__mantis8585.sql b/src/db/migration/V20170214_1035__mantis8585.sql new file mode 100644 index 000000000..37c6be467 --- /dev/null +++ b/src/db/migration/V20170214_1035__mantis8585.sql @@ -0,0 +1 @@ +ALTER TABLE CAJA ADD (AIDF_ID NUMBER(15)); \ No newline at end of file