diff --git a/migration/i2.0/oracle/201402182258_IDEMPIERE-1265.sql b/migration/i2.0/oracle/201402182258_IDEMPIERE-1265.sql new file mode 100644 index 0000000000..9264822330 --- /dev/null +++ b/migration/i2.0/oracle/201402182258_IDEMPIERE-1265.sql @@ -0,0 +1,11 @@ +SET SQLBLANKLINES ON +SET DEFINE OFF + +-- Feb 18, 2014 10:57:39 PM COT +-- IDEMPIERE-1265 Add Adaxa Sales Management +UPDATE AD_Menu SET IsCentrallyMaintained='N',Updated=TO_DATE('2014-02-18 22:57:39','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Menu_ID=53363 +; + +SELECT register_migration_script('201402182258_IDEMPIERE-1265.sql') FROM dual +; + diff --git a/migration/i2.0/postgresql/201402182258_IDEMPIERE-1265.sql b/migration/i2.0/postgresql/201402182258_IDEMPIERE-1265.sql new file mode 100644 index 0000000000..64d9ab4002 --- /dev/null +++ b/migration/i2.0/postgresql/201402182258_IDEMPIERE-1265.sql @@ -0,0 +1,8 @@ +-- Feb 18, 2014 10:57:39 PM COT +-- IDEMPIERE-1265 Add Adaxa Sales Management +UPDATE AD_Menu SET IsCentrallyMaintained='N',Updated=TO_TIMESTAMP('2014-02-18 22:57:39','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Menu_ID=53363 +; + +SELECT register_migration_script('201402182258_IDEMPIERE-1265.sql') FROM dual +; +