Skip to content

Commit

Permalink
chore: drop view and re-create it if exits
Browse files Browse the repository at this point in the history
  • Loading branch information
mainawycliffe authored and moshloop committed Oct 23, 2023
1 parent bc82e90 commit 52006d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions views/022_agents.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
DROP VIEW IF EXISTS agents_summary;

CREATE OR REPLACE VIEW agents_summary AS
SELECT
agents.*,
Expand Down

0 comments on commit 52006d4

Please sign in to comment.