mirror of
https://github.com/AppFlowy-IO/AppFlowy-Cloud.git
synced 2025-04-19 03:24:42 -04:00
* feat: listing all published_info * fix: add sqlx files * feat: add additional fields for publish info * feat: get and set default publish info * chore: cargo sqlx prepare * fix: cargo clippy * fix: test case exe order * chore: cargo sqlx * feat: get info and meta from workspace namespace * chore: cargo sqlx * feat: add original doc info for published view * chore: log all publish endpoints * fix: default values for publish info extra fields * feat: move namespace restriction to gateway
22 lines
482 B
JSON
22 lines
482 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n SELECT default_published_view_id\n FROM af_workspace\n WHERE workspace_id = $1\n ",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "default_published_view_id",
|
|
"type_info": "Uuid"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": [
|
|
"Uuid"
|
|
]
|
|
},
|
|
"nullable": [
|
|
true
|
|
]
|
|
},
|
|
"hash": "f9c28d0fa124ef543259c6869d7c517deabda3af9a67c6e59d8e15c0245c83a0"
|
|
}
|