Skip to content

Commit

Permalink
test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sisiphos3 committed Oct 26, 2023
1 parent 98bc9c1 commit 01e3fa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions migrations/V27__view_period_standardised_groupedbyyear.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
-- test comment
DROP VIEW if exists public.kpi_values_period_standardized;
select *,
Case when target_value > 0 then ROUND(cumulative_value/target_value*100, 0) else null end as target_fulfilled
Expand Down Expand Up @@ -60,5 +61,4 @@ order by
standardized_date desc,
t1.circle_id,
t1.created_at desc
) as sq
;
) as sq;

0 comments on commit 01e3fa6

Please sign in to comment.