Implement PostgreSQL function to cancel email change

This commit is contained in:
gpt-engineer-app[bot]
2025-10-01 16:09:32 +00:00
parent 9ab59e9025
commit 50273ed620
3 changed files with 33 additions and 38 deletions

View File

@@ -1318,6 +1318,10 @@ export type Database = {
Args: { _profile_user_id: string; _viewer_id: string }
Returns: boolean
}
cancel_user_email_change: {
Args: { _user_id: string }
Returns: boolean
}
get_filtered_profile: {
Args: { _profile_user_id: string; _viewer_id?: string }
Returns: Json