Skip to content

Commit bcd0eb4

Browse files
committed
chore: update schema dumps
1 parent e127460 commit bcd0eb4

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

migrations/schema-17.sql

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -496,8 +496,6 @@ begin
496496
end;
497497
$_$;
498498

499-
REVOKE ALL ON FUNCTION pgbouncer.get_auth(p_usename TEXT) FROM PUBLIC;
500-
GRANT EXECUTE ON FUNCTION pgbouncer.get_auth(p_usename TEXT) TO pgbouncer;
501499

502500
SET default_tablespace = '';
503501

migrations/schema-orioledb-17.sql

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -510,8 +510,6 @@ begin
510510
end;
511511
$_$;
512512

513-
REVOKE ALL ON FUNCTION pgbouncer.get_auth(p_usename TEXT) FROM PUBLIC;
514-
GRANT EXECUTE ON FUNCTION pgbouncer.get_auth(p_usename TEXT) TO pgbouncer;
515513

516514
SET default_tablespace = '';
517515

0 commit comments

Comments
 (0)