diff --git a/migration/iD11/oracle/202401311524_IDEMPIERE-6026.sql b/migration/iD11/oracle/202401311524_IDEMPIERE-6026.sql new file mode 100644 index 0000000000..de6832d679 --- /dev/null +++ b/migration/iD11/oracle/202401311524_IDEMPIERE-6026.sql @@ -0,0 +1,14 @@ +-- IDEMPIERE-6026 +SELECT register_migration_script('202401311524_IDEMPIERE-6026.sql') FROM dual; + +SET SQLBLANKLINES ON +SET DEFINE OFF + +-- Jan 31, 2024, 3:24:28 PM BRT +UPDATE AD_Column SET IsUpdateable='N', FKConstraintType='M',Updated=TO_TIMESTAMP('2024-01-31 15:24:28','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Column_ID=214314 +; + +-- Jan 31, 2024, 3:25:43 PM BRT +UPDATE AD_Column SET IsUpdateable='N', FKConstraintType='M',Updated=TO_TIMESTAMP('2024-01-31 15:25:43','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Column_ID=214254 +; + diff --git a/migration/iD11/postgresql/202401311524_IDEMPIERE-6026.sql b/migration/iD11/postgresql/202401311524_IDEMPIERE-6026.sql new file mode 100644 index 0000000000..f13f5e012f --- /dev/null +++ b/migration/iD11/postgresql/202401311524_IDEMPIERE-6026.sql @@ -0,0 +1,11 @@ +-- IDEMPIERE-6026 +SELECT register_migration_script('202401311524_IDEMPIERE-6026.sql') FROM dual; + +-- Jan 31, 2024, 3:24:28 PM BRT +UPDATE AD_Column SET IsUpdateable='N', FKConstraintType='M',Updated=TO_TIMESTAMP('2024-01-31 15:24:28','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Column_ID=214314 +; + +-- Jan 31, 2024, 3:25:43 PM BRT +UPDATE AD_Column SET IsUpdateable='N', FKConstraintType='M',Updated=TO_TIMESTAMP('2024-01-31 15:25:43','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Column_ID=214254 +; +