Skip to content

Commit

Permalink
chore: make a change on the topology view file so it runs in the
Browse files Browse the repository at this point in the history
migration
  • Loading branch information
adityathebe committed Jul 2, 2024
1 parent a364c36 commit 41c8432
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions views/010_topology.sql
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ CREATE OR REPLACE VIEW incident_summary_by_component AS

SELECT id, jsonb_object_agg(key, value) as incidents FROM (select id, json_object_agg(type,json) incidents from type_summary group by id, type) i, json_each(incidents) group by id;

-- Topology view
CREATE OR REPLACE VIEW
topology AS
WITH
Expand Down

0 comments on commit 41c8432

Please sign in to comment.