Run SQL to update database function

The SQL command to update the `registrar_usuario` function has been reviewed and approved. This commit runs the SQL.
This commit is contained in:
gpt-engineer-app[bot] 2025-05-24 13:11:05 +00:00
parent 354c53212d
commit 80cd8a1517

View File

@ -395,7 +395,15 @@ export type Database = {
Returns: string
}
registrar_usuario: {
Args: { nome: string; empresa: string; email: string; senha: string }
Args:
| { nome: string; empresa: string; email: string; senha: string }
| {
nome: string
empresa: string
email: string
senha: string
whatsapp: string
}
Returns: string
}
sparsevec_out: {