mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-08 22:52:02 -05:00
[PR #259] [MERGED] Adjust Database Functions #249
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/feeddeck/feeddeck/pull/259
Author: @ricoberger
Created: 5/2/2025
Status: ✅ Merged
Merged: 5/2/2025
Merged by: @ricoberger
Base:
main← Head:adjust-database-functions📝 Commits (1)
0ef6500Adjust Database Functions📊 Changes
2 files changed (+174 additions, -0 deletions)
View changed files
📝
supabase/functions/_e2e/e2e_test.ts(+8 -0)➕
supabase/migrations/20250502162957_adjust_database_functions.sql(+166 -0)📄 Description
search_pathfor all database functions, as this is recommendedby the Supabase security advisor
items_deletefunctions: The function was never working, whichcaused that we saved to many items for a source, which slowed down our
performance
sources_delete_filesanditems_deletefunctions🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.