feat: make WM_END_USER_EMAIL display users from different workspaces (#8208)

Signed-off-by: pyranota <pyra@duck.com>
This commit is contained in:
Pyra
2026-03-04 11:50:59 +00:00
committed by GitHub
parent 7fe1594d22
commit baf2bcf14d
8 changed files with 454 additions and 7 deletions
@@ -0,0 +1,22 @@
{
"db_name": "PostgreSQL",
"query": "SELECT email FROM token WHERE token = $1 AND (expiration > NOW() OR expiration IS NULL)",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "email",
"type_info": "Varchar"
}
],
"parameters": {
"Left": [
"Text"
]
},
"nullable": [
true
]
},
"hash": "19a7ebb2e7e8e57b6e7c974da8eb7c6841a5c4ff12ba7c12c73d691c49dd99ed"
}
@@ -15,7 +15,7 @@
]
},
"nullable": [
null
true
]
},
"hash": "5a219a2532517869578c4504ff3153c43903f929ae5d62fbba12610f89c36d55"