File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 3838 END IF;
3939END;
4040$$;
41+ alter function extensions .grant_pg_cron_access owner to supabase_admin;
4142
4243drop event trigger if exists issue_pg_cron_access;
4344CREATE EVENT TRIGGER issue_pg_cron_access ON ddl_command_end
Original file line number Diff line number Diff line change 22
33stdenv . mkDerivation rec {
44 pname = "supautils" ;
5- version = "2.6.0 " ;
5+ version = "2.7.3 " ;
66
77 buildInputs = [ postgresql ] ;
88
99 src = fetchFromGitHub {
1010 owner = "supabase" ;
1111 repo = pname ;
1212 rev = "refs/tags/v${ version } " ;
13- hash = "sha256-QNfUpQjqHNzbNqBvjb5a3GtNH9hjbBMDUK19xUU3LpI =" ;
13+ hash = "sha256-QKQQUz6ObzqINTLZaMQtocOkYX0Rh61fBLoB+rZ64UM =" ;
1414 } ;
1515
1616 installPhase = ''
1717 mkdir -p $out/lib
1818
19- install -D *${ postgresql . dlSuffix } -t $out/lib
19+ install -D build/ *${ postgresql . dlSuffix } -t $out/lib
2020 '' ;
2121
2222 meta = with lib ; {
You can’t perform that action at this time.
0 commit comments