changeset 346:6c8209b711af  
Set harmonic_weight for all issues in update script to v2.2.0
 | author | 
 jbe | 
 | date | 
 Thu Feb 21 20:05:42 2013 +0100 (2013-02-21) | 
 | parents | 
 2ea60e88265a  | 
 | children | 
  77d9eccc167c | 
 | files | 
 update/core-update.v2.1.0-v2.2.0.sql  | 
   line diff
     1.1 --- a/update/core-update.v2.1.0-v2.2.0.sql	Thu Feb 21 20:01:28 2013 +0100
     1.2 +++ b/update/core-update.v2.1.0-v2.2.0.sql	Thu Feb 21 20:05:42 2013 +0100
     1.3 @@ -1756,4 +1756,6 @@
     1.4      END;
     1.5    $$;
     1.6  
     1.7 +SELECT "set_harmonic_initiative_weights"("id") FROM "issue";
     1.8 +
     1.9  COMMIT;