mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-20 13:51:13 -05:00
Fix Supabase foreign key error
This commit is contained in:
@@ -64,6 +64,7 @@ export function ContentTabs() {
|
||||
change_reason,
|
||||
changer_profile:profiles!entity_versions_changed_by_fkey(username, avatar_url)
|
||||
`)
|
||||
.eq('is_current', true)
|
||||
.order('changed_at', { ascending: false })
|
||||
.limit(24);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user