diff --git a/src/db/postgresql/migration/V20190301_0950__mantis13012.sql b/src/db/postgresql/migration/V20190301_0950__mantis13012.sql new file mode 100644 index 000000000..4702d8c33 --- /dev/null +++ b/src/db/postgresql/migration/V20190301_0950__mantis13012.sql @@ -0,0 +1,5 @@ +DO $$ +BEGIN + ALTER TABLE CAJA_DIVERSOS ADD AIDF_ID NUMBER(15,0); + EXCEPTION WHEN duplicate_column THEN NULL; +$$; \ No newline at end of file