diff --git a/migration/i1.0c-release/oracle/201308031107_IDEMPIERE-1247.sql b/migration/i1.0c-release/oracle/201308031107_IDEMPIERE-1247.sql new file mode 100644 index 0000000000..ecdee61625 --- /dev/null +++ b/migration/i1.0c-release/oracle/201308031107_IDEMPIERE-1247.sql @@ -0,0 +1,9 @@ +-- IDEMPIERE-1247 UX: consistency on opening as single record view +UPDATE AD_Tab SET IsSingleRow='Y' +WHERE IsSingleRow='N' +AND IsActive='Y' +; + +SELECT register_migration_script('201308031107_IDEMPIERE-1247.sql') FROM dual +; + diff --git a/migration/i1.0c-release/postgresql/201308031107_IDEMPIERE-1247.sql b/migration/i1.0c-release/postgresql/201308031107_IDEMPIERE-1247.sql new file mode 100644 index 0000000000..ecdee61625 --- /dev/null +++ b/migration/i1.0c-release/postgresql/201308031107_IDEMPIERE-1247.sql @@ -0,0 +1,9 @@ +-- IDEMPIERE-1247 UX: consistency on opening as single record view +UPDATE AD_Tab SET IsSingleRow='Y' +WHERE IsSingleRow='N' +AND IsActive='Y' +; + +SELECT register_migration_script('201308031107_IDEMPIERE-1247.sql') FROM dual +; +