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