diff --git a/migration/i1.0c-release/oracle/201307290810_IDEMPIERE-1211.sql b/migration/i1.0c-release/oracle/201307290810_IDEMPIERE-1211.sql new file mode 100644 index 0000000000..5639c5cf4a --- /dev/null +++ b/migration/i1.0c-release/oracle/201307290810_IDEMPIERE-1211.sql @@ -0,0 +1,7 @@ +-- Jul 29, 2013 2:55:25 PM IST +-- IDEMPIERE-1211: Tenant view of Dashboard Content and Dashboard Preference windows incorrect. +UPDATE AD_Tab SET WhereClause='PA_DashboardPreference.AD_Client_ID = @#AD_Client_ID@',Updated=TO_DATE('2013-07-29 14:55:25','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Tab_ID=200011 +; + +SELECT register_migration_script('201307290810_IDEMPIERE-1211.sql') FROM dual +; diff --git a/migration/i1.0c-release/postgresql/201307290810_IDEMPIERE-1211.sql b/migration/i1.0c-release/postgresql/201307290810_IDEMPIERE-1211.sql new file mode 100644 index 0000000000..5fb757afc9 --- /dev/null +++ b/migration/i1.0c-release/postgresql/201307290810_IDEMPIERE-1211.sql @@ -0,0 +1,7 @@ +-- Jul 29, 2013 2:55:25 PM IST +-- IDEMPIERE-1211: Tenant view of Dashboard Content and Dashboard Preference windows incorrect. +UPDATE AD_Tab SET WhereClause='PA_DashboardPreference.AD_Client_ID = @#AD_Client_ID@',Updated=TO_TIMESTAMP('2013-07-29 14:55:25','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Tab_ID=200011 +; + +SELECT register_migration_script('201307290810_IDEMPIERE-1211.sql') FROM dual +;