4 lines
122 B
SQL
4 lines
122 B
SQL
update usuarios
|
|
set auth0_id = "auth0|606df4dea32e970069755bd8"
|
|
where auth0_id = "auth0|6083af726b4de900695cb232";
|