diff --git a/src/db/migration/V20180612_1421__mantis11340.sql b/src/db/migration/V20180612_1421__mantis11340.sql new file mode 100644 index 000000000..106457f9d --- /dev/null +++ b/src/db/migration/V20180612_1421__mantis11340.sql @@ -0,0 +1,8 @@ +declare + object_exists exception; + pragma exception_init (object_exists , -02275); +begin + execute immediate + 'ALTER TABLE EMPRESA ADD (INDTRANSFERENCIABPEMOVICAJA NUMBER(1,0))'; + exception when object_exists then null; +end; \ No newline at end of file