We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b819938 commit ea4d2ddCopy full SHA for ea4d2dd
packages/db/types/database.ts
@@ -2022,14 +2022,6 @@ export type Database = {
2022
Returns: boolean
2023
}
2024
remove_platform_admin: { Args: { p_user_id: string }; Returns: boolean }
2025
- test_role_context: {
2026
- Args: never
2027
- Returns: {
2028
- pg_current_user: string
2029
- pg_role: string
2030
- pg_session_user: string
2031
- }[]
2032
- }
2033
verify_space_access: { Args: { p_space_id: string }; Returns: undefined }
2034
2035
Enums: {
0 commit comments