Implement superuser lock management

This commit is contained in:
gpt-engineer-app[bot]
2025-11-04 23:08:00 +00:00
parent ae22a48ce2
commit 16386f9894
7 changed files with 412 additions and 26 deletions

View File

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