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
15 lines
370 B
JSON
15 lines
370 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n UPDATE af_workspace\n SET default_published_view_id = $1\n WHERE workspace_id = $2\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Uuid",
|
|
"Uuid"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "0781735c56d22370302beec06863dccbbb9e664b212de93e5073508a82b91609"
|
|
}
|