mirror of
https://github.com/AppFlowy-IO/AppFlowy-Cloud.git
synced 2025-04-19 03:24:42 -04:00
* chore: implement api endpoint * chore: worker * chore: async zip * chore: test bulk insert * chore: insert collab * chore: custom task * chore: consume un acked message * chore: fix compile * chore: add test * test: update * chore: save import record * chore: save import record * chore: fix ci * chore: remove unused deps * chore: update docker file * chore: build worker images * chore: use small int * chore: use small int * chore: rm protoc deps in runtime * chore: move collab cache to database crate * chore: update test * chore: rm health api endpoint * chore: clippy * chore: update ci * chore: add test * chore: upgrade collab * chore: clippy * chore: update test * chore: use custom host * chore: config nginx * chore: install cert
15 lines
360 B
JSON
15 lines
360 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n UPDATE public.af_workspace\n SET is_initialized = $2\n WHERE workspace_id = $1\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Uuid",
|
|
"Bool"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "1c8f022ff5add11376dbbc17efd874dd31fd908c4f17be1bded18dbc689e3b36"
|
|
}
|