diff --git a/views/004_check_views.sql b/views/004_check_views.sql index 4ee45a3f..ef351507 100644 --- a/views/004_check_views.sql +++ b/views/004_check_views.sql @@ -28,3 +28,13 @@ GROUP BY ORDER BY key, value; + +CREATE OR REPLACE VIEW + canary_names AS +SELECT + id, + name +FROM + canaries +WHERE + deleted_at is null \ No newline at end of file