fix: legacy skills::create mirrors title into new name column
ci / gates (push) Successful in 6s
ci / frontend (push) Successful in 38s
ci / rust (push) Successful in 3m25s
ci / e2e (push) Skipped
ci / publish (push) Successful in 4m7s

This commit is contained in:
Omar Sobh
2026-07-19 13:07:53 -07:00
parent ade04d24cb
commit 5f988ce022
2 changed files with 23 additions and 2 deletions
@@ -0,0 +1,19 @@
{
"db_name": "PostgreSQL",
"query": "INSERT INTO skills (id, workspace_id, title, name, author, description, body)\n VALUES ($1, $2, $3, $3, $4, $5, $6)",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Uuid",
"Uuid",
"Text",
"Text",
"Text",
"Text"
]
},
"nullable": []
},
"hash": "c5f7f433a4f4b9ebbd449af7ff7ce7cf7a6703ce73e84c54f8c03ee08f662c80"
}