mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-15 01:12:56 +00:00
Add missing semicolon to finalize_drop_subscriptions.sql
Signed-off-by: Tristan Partin <tristan@neon.tech>
This commit is contained in:
@@ -17,5 +17,5 @@ BEGIN
|
||||
INSERT INTO neon.drop_subscriptions_done VALUES (1, current_setting('neon.timeline_id'))
|
||||
ON CONFLICT (id) DO UPDATE
|
||||
SET timeline_id = current_setting('neon.timeline_id');
|
||||
END
|
||||
$$
|
||||
END;
|
||||
$$;
|
||||
|
||||
Reference in New Issue
Block a user