mirror of
https://github.com/AppFlowy-IO/AppFlowy-Cloud.git
synced 2025-04-19 03:24:42 -04:00
* chore: create tables * ci: remove postgres service * chore: separate ci * chore: run cargo clippy with sqlx offline mode * refactor: create docker action * chore: rename * chore: update table * chore: update supabase_admin * chore: update supabase_admin * chore: remove create auth.jwt function
22 lines
439 B
JSON
22 lines
439 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n SELECT email\n FROM af_user\n WHERE uid = $1\n ",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "email",
|
|
"type_info": "Text"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8"
|
|
]
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "aa70aeecc5c9c9aae53c8b064810031b4701a7f8a07f026364de53a8cb6750b7"
|
|
}
|