Skip to content

Commit

Permalink
fix: postgres comment typo
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Fiedorowicz <mfiedorowicz@netboxlabs.com>
  • Loading branch information
mfiedorowicz committed Jan 15, 2025
1 parent c5e6ee8 commit 057fd5d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ ORDER BY ingestion_logs.id DESC, change_sets.id DESC;

-- +goose Down

-- Drop the deviations view
-- Drop the v_deviations view
DROP VIEW IF EXISTS v_deviations;

-- Drop the changes table
Expand Down

0 comments on commit 057fd5d

Please sign in to comment.