diff --git a/src/db/migration/V20181022_1725__mantis12468.sql b/src/db/migration/V20181022_1725__mantis12468.sql new file mode 100644 index 000000000..d615613fb --- /dev/null +++ b/src/db/migration/V20181022_1725__mantis12468.sql @@ -0,0 +1,4 @@ +begin + execute immediate 'ALTER TABLE CAJA ADD (INTEGRADOTOTVS NUMBER(1,0))'; + exception when column_exists then null; +end; \ No newline at end of file diff --git a/src/db/postgresql/migration/V20181022_1725__mantis12468.sql b/src/db/postgresql/migration/V20181022_1725__mantis12468.sql new file mode 100644 index 000000000..d615613fb --- /dev/null +++ b/src/db/postgresql/migration/V20181022_1725__mantis12468.sql @@ -0,0 +1,4 @@ +begin + execute immediate 'ALTER TABLE CAJA ADD (INTEGRADOTOTVS NUMBER(1,0))'; + exception when column_exists then null; +end; \ No newline at end of file