Project

General

Profile

« Previous | Next » 

Revision 59934

Updates to Migrate community claims from Beta to Production

View differences:

QueryGenerator.java
750 750
            if(i > 0){
751 751
                clause = clause.concat(" or ");
752 752
            }
753
            clause = clause.concat(" claim.claimed_in_dashboard = ?");
753
            clause = clause.concat(" claim.claimed_in_dashboard = ? or source_id = ?");
754 754
            clauseParams.add("beta_connect_"+dashboards.get(i));
755
            clauseParams.add(dashboards.get(i));
755 756
        }
756 757
        if(dashboards.size()>0){
757 758
            clause = clause.concat(")");

Also available in: Unified diff