mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-24 13:51:14 -05:00
Implement superuser lock management
This commit is contained in:
@@ -5760,6 +5760,14 @@ export type Database = {
|
||||
}
|
||||
Returns: undefined
|
||||
}
|
||||
superuser_release_all_locks: {
|
||||
Args: { p_superuser_id: string }
|
||||
Returns: number
|
||||
}
|
||||
superuser_release_lock: {
|
||||
Args: { p_submission_id: string; p_superuser_id: string }
|
||||
Returns: boolean
|
||||
}
|
||||
update_company_ratings: {
|
||||
Args: { target_company_id: string }
|
||||
Returns: undefined
|
||||
|
||||
Reference in New Issue
Block a user