fix: legacy skills::create mirrors title into new name column
This commit is contained in:
+19
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user