Skip to content

Commit

Permalink
fix: topology view
Browse files Browse the repository at this point in the history
  • Loading branch information
adityathebe authored and moshloop committed Aug 22, 2024
1 parent 19f46d0 commit 68f4a88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions hack/migrate/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ var migrate = &cobra.Command{
Run: func(cmd *cobra.Command, args []string) {
if err := duty.Migrate(api.Config{
ConnectionString: connection,
Postgrest: api.DefaultConfig.Postgrest,
}); err != nil {
logger.Fatalf(err.Error())
}
Expand Down
1 change: 1 addition & 0 deletions views/010_topology.sql
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ $$ LANGUAGE plpgsql;

-- Drop these first because of dependencies
DROP VIEW IF EXISTS topology;

DROP VIEW IF EXISTS check_summary_by_component;

DROP VIEW IF EXISTS checks_by_component;
Expand Down

0 comments on commit 68f4a88

Please sign in to comment.