Make nav sticky for blog template

This commit is contained in:
thiloho
2024-08-25 18:47:20 +02:00
parent 926218fa34
commit 8ea7f7b4a3
2 changed files with 24 additions and 3 deletions

View File

@@ -35,8 +35,7 @@ SECURITY DEFINER;
GRANT EXECUTE ON FUNCTION api.upload_file (BYTEA) TO authenticated_user;
-- migrate:down
DROP FUNCTION api.upload_file(BYTEA);
DROP FUNCTION api.upload_file (BYTEA);
CREATE FUNCTION api.upload_file (BYTEA, OUT file_id UUID)
AS $$
@@ -71,4 +70,5 @@ $$
LANGUAGE plpgsql
SECURITY DEFINER;
GRANT EXECUTE ON FUNCTION api.upload_file (BYTEA) TO authenticated_user;
GRANT EXECUTE ON FUNCTION api.upload_file (BYTEA) TO authenticated_user;