mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-24 18:11:12 -05:00
Refactor: Optimize recent changes query
This commit is contained in:
@@ -4619,6 +4619,22 @@ export type Database = {
|
||||
user_agent: string
|
||||
}[]
|
||||
}
|
||||
get_recent_changes: {
|
||||
Args: { limit_count?: number }
|
||||
Returns: {
|
||||
change_reason: string
|
||||
change_type: string
|
||||
changed_at: string
|
||||
changed_by_avatar: string
|
||||
changed_by_username: string
|
||||
entity_id: string
|
||||
entity_name: string
|
||||
entity_slug: string
|
||||
entity_type: string
|
||||
image_url: string
|
||||
park_slug: string
|
||||
}[]
|
||||
}
|
||||
get_submission_item_dependencies: {
|
||||
Args: { item_id: string }
|
||||
Returns: {
|
||||
|
||||
Reference in New Issue
Block a user