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:
parent
354c53212d
commit
80cd8a1517
@ -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: {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user