Files
vibe-kanban/backend/.sqlx/query-eeede8a732db5214bb9054d6c2b7655989102264949864e719610f12cbb4c0c0.json

45 lines
1013 B
JSON
Raw Normal View History

2025-06-15 14:18:14 -04:00
{
2025-06-17 15:22:47 -04:00
"db_name": "SQLite",
2025-06-17 19:43:11 -04:00
"query": "UPDATE projects SET name = $2, git_repo_path = $3 WHERE id = $1 RETURNING id as \"id!: Uuid\", name, git_repo_path, created_at as \"created_at!: DateTime<Utc>\", updated_at as \"updated_at!: DateTime<Utc>\"",
2025-06-15 14:18:14 -04:00
"describe": {
"columns": [
{
2025-06-17 19:43:11 -04:00
"name": "id!: Uuid",
2025-06-17 15:22:47 -04:00
"ordinal": 0,
2025-06-17 19:43:11 -04:00
"type_info": "Blob"
2025-06-15 14:18:14 -04:00
},
{
"name": "name",
2025-06-17 15:22:47 -04:00
"ordinal": 1,
"type_info": "Text"
2025-06-15 14:18:14 -04:00
},
{
2025-06-16 19:51:48 -04:00
"name": "git_repo_path",
2025-06-17 15:22:47 -04:00
"ordinal": 2,
"type_info": "Text"
2025-06-15 14:18:14 -04:00
},
{
2025-06-17 19:43:11 -04:00
"name": "created_at!: DateTime<Utc>",
2025-06-17 15:22:47 -04:00
"ordinal": 3,
"type_info": "Text"
2025-06-15 14:18:14 -04:00
},
{
2025-06-17 19:43:11 -04:00
"name": "updated_at!: DateTime<Utc>",
2025-06-17 15:22:47 -04:00
"ordinal": 4,
"type_info": "Text"
2025-06-15 14:18:14 -04:00
}
],
"parameters": {
2025-06-17 15:22:47 -04:00
"Right": 3
2025-06-15 14:18:14 -04:00
},
"nullable": [
2025-06-17 15:22:47 -04:00
true,
2025-06-15 14:18:14 -04:00
false,
false,
2025-06-16 19:51:48 -04:00
false,
2025-06-15 14:18:14 -04:00
false
]
},
2025-06-17 19:43:11 -04:00
"hash": "eeede8a732db5214bb9054d6c2b7655989102264949864e719610f12cbb4c0c0"
2025-06-15 14:18:14 -04:00
}