Skip to content

Commit

Permalink
fix: fix syntax error in 2.0.0 update file
Browse files Browse the repository at this point in the history
  • Loading branch information
keithf4 committed Sep 11, 2024
1 parent 2260470 commit 4eaf4a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion updates/pgmonitor--1.0.1--2.0.0.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

DROP MATERIALIZED VIEW @[email protected]_stat_bgwriter;
DELETE FROM @[email protected]_views WHERE view_name = 'ccp_stat_bgwriter');
DELETE FROM @[email protected]_views WHERE view_name = 'ccp_stat_bgwriter';

CREATE FUNCTION @[email protected]_stat_checkpointer() RETURNS TABLE
(
Expand Down

0 comments on commit 4eaf4a2

Please sign in to comment.