Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lubennikovaav committed Jan 21, 2025
1 parent 8157ba0 commit 0d63443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compute_tools/src/sql/finalize_drop_subscriptions.sql
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ BEGIN
-- use upsert to avoid the table bloat in case of cascade branching (branch of a branch)
INSERT INTO neon.drop_subscriptions_done VALUES (1, current_setting('neon.timeline_id'))
ON CONFLICT (id) DO UPDATE
SET updated_at = current_setting('neon.timeline_id');
SET timeline_id = current_setting('neon.timeline_id');
END
$$

0 comments on commit 0d63443

Please sign in to comment.