Skip to content

Commit

Permalink
change drop in V27
Browse files Browse the repository at this point in the history
  • Loading branch information
sisiphos3 committed Oct 26, 2023
1 parent 01e3fa6 commit b77dc05
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions migrations/V27__view_period_standardised_groupedbyyear.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
-- test comment
DROP VIEW if exists public.kpi_values_period_standardized;
CREATE or REPLACE VIEW as
select *,
Case when target_value > 0 then ROUND(cumulative_value/target_value*100, 0) else null end as target_fulfilled
FROM
Expand Down

0 comments on commit b77dc05

Please sign in to comment.