Add new migration for new queries
This commit is contained in:
parent
d48c97edac
commit
0eb885216a
8 changed files with 114 additions and 40 deletions
12
.sqlx/query-412552a01743ae0c191aa5f15c7ed7f877eed71260df885a2ea00e985899a981.json
generated
Normal file
12
.sqlx/query-412552a01743ae0c191aa5f15c7ed7f877eed71260df885a2ea00e985899a981.json
generated
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"db_name": "SQLite",
|
||||
"query": "UPDATE sales_person SET name = ?, background_color = ?, is_paid = ?, inactive = ?, deleted = ?, update_version = ?, update_process = ? WHERE id = ?",
|
||||
"describe": {
|
||||
"columns": [],
|
||||
"parameters": {
|
||||
"Right": 8
|
||||
},
|
||||
"nullable": []
|
||||
},
|
||||
"hash": "412552a01743ae0c191aa5f15c7ed7f877eed71260df885a2ea00e985899a981"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue