diff --git a/migration/iD11/oracle/202403271137_IDEMPIERE-6076.sql b/migration/iD11/oracle/202403271137_IDEMPIERE-6076.sql new file mode 100644 index 0000000000..5d557ad38a --- /dev/null +++ b/migration/iD11/oracle/202403271137_IDEMPIERE-6076.sql @@ -0,0 +1,10 @@ +-- IDEMPIERE-6076 +SELECT register_migration_script('202403271137_IDEMPIERE-6076.sql') FROM dual; + +SET SQLBLANKLINES ON +SET DEFINE OFF + +-- Mar 27, 2024, 11:37:00 AM VET +UPDATE AD_InfoColumn SET DefaultValue='@SQL=SELECT M_Locator_ID FROM M_Locator WHERE M_Warehouse_ID=@M_Warehouse_ID@ ORDER BY IsDefault DESC, M_Locator_ID DESC',Updated=TO_TIMESTAMP('2024-03-27 11:37:00','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_InfoColumn_ID=200248 +; + diff --git a/migration/iD11/postgresql/202403271137_IDEMPIERE-6076.sql b/migration/iD11/postgresql/202403271137_IDEMPIERE-6076.sql new file mode 100644 index 0000000000..8cbabc9163 --- /dev/null +++ b/migration/iD11/postgresql/202403271137_IDEMPIERE-6076.sql @@ -0,0 +1,7 @@ +-- IDEMPIERE-6076 +SELECT register_migration_script('202403271137_IDEMPIERE-6076.sql') FROM dual; + +-- Mar 27, 2024, 11:37:00 AM VET +UPDATE AD_InfoColumn SET DefaultValue='@SQL=SELECT M_Locator_ID FROM M_Locator WHERE M_Warehouse_ID=@M_Warehouse_ID@ ORDER BY IsDefault DESC, M_Locator_ID DESC',Updated=TO_TIMESTAMP('2024-03-27 11:37:00','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_InfoColumn_ID=200248 +; +