Skip to content

Commit

Permalink
fix: limit playbook names to playbooks not deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
mainawycliffe authored and moshloop committed Jan 29, 2024
1 parent 234b62c commit 444024e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions views/018_playbooks.sql
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,7 @@ CREATE OR REPLACE VIEW playbook_names AS
spec ->> icon AS icon
FROM
playbooks
WHERE
deleted_at IS NULL
ORDER BY
name;

0 comments on commit 444024e

Please sign in to comment.