Fix Supabase foreign key error

This commit is contained in:
gpt-engineer-app[bot]
2025-10-10 17:14:23 +00:00
parent 592a2ea9e9
commit d9af90143d

View File

@@ -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);