Skip to content

Commit

Permalink
try V37 again
Browse files Browse the repository at this point in the history
  • Loading branch information
sisiphos3 committed Oct 28, 2023
1 parent ca26032 commit 3e39d9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion migrations/V37__update_period_standardised.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
CREATE OR REPLACE VIEW
DROP IF EXISTS VIEW public.kpi_values_period_standardized;
CREATE VIEW
public.kpi_values_period_standardized as
select *,
Case when target_value > 0 then ROUND(cumulative_value/target_value*100, 0) else null end as target_fulfilled
Expand Down

0 comments on commit 3e39d9f

Please sign in to comment.