mirror of
https://github.com/AppFlowy-IO/AppFlowy-Cloud.git
synced 2025-04-19 03:24:42 -04:00
* chore: update collab commit * chore: collab history test * chore: collab history test * chore: impl redis stream * chore: impl redis stream test * chore: impl migration * chore: implement history sql * chore: add test * chore: add test * chore: fix test * chore: update log and test * chore: add xtask * chore: clippy * chore: impl api * chore: add missing sqlx files * chore: fix test * chore: fix test
20 lines
522 B
JSON
20 lines
522 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n INSERT INTO af_snapshot_state (oid, workspace_id, doc_state, doc_state_version, deps_snapshot_id, partition_key, created_at)\n VALUES ($1, $2, $3, $4, $5, $6, $7)\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Text",
|
|
"Uuid",
|
|
"Bytea",
|
|
"Int4",
|
|
"Uuid",
|
|
"Int4",
|
|
"Int8"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "834638eb3c38eb2c220aa23ac928874d87606b47ef3bb80540614ce2f8453936"
|
|
}
|