Skip to content

Commit 0101501

Browse files
committed
fix: add anon role to safeupdate enabled automatically
1 parent 490f311 commit 0101501

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

migrations/db/migrations/20260130074514_load_disable_pg_safeupdate.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
-- migrate:up
22
ALTER ROLE authenticated SET session_preload_libraries = 'safeupdate';
3+
ALTER ROLE anon SET session_preload_libraries = 'safeupdate';
34
load 'safeupdate';
45

56
SET safeupdate.enabled=0;

0 commit comments

Comments
 (0)