Skip to content

Commit

Permalink
fix: syntax error.
Browse files Browse the repository at this point in the history
  • Loading branch information
l-monninger committed Jan 24, 2024
1 parent 1d81896 commit 609175a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/initialize-db/init-db.sql
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ CREATE TABLE IF NOT EXISTS LatestHealthChecks (

-- Add health checks
INSERT INTO LatestHealthChecks (health_check, "group", status, reason) VALUES
('log-table-creation', 'LogStatus', true, 'Pipeline was able to initialize LogStatus table.'),
('log-table-creation', 'LogStatus', true, 'Pipeline was able to initialize LogStatus table.');

0 comments on commit 609175a

Please sign in to comment.