mirror of
https://github.com/AppFlowy-IO/AppFlowy-Cloud.git
synced 2025-04-19 03:24:42 -04:00
* chore: insert collab member when inserting workspace member * refactor: test directory * chore: remove triggers * test: add more test * chore: cache workspace memeber role * chore: update test
22 lines
413 B
JSON
22 lines
413 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n SELECT uid FROM af_user WHERE email = $1\n ",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "uid",
|
|
"type_info": "Int8"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": [
|
|
"Text"
|
|
]
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "b5024138772e13557df973c1c021daf74aab97b5874d7366c478c18ae2e89e58"
|
|
}
|