Fix foreign key error when adding runs
This commit is contained in:
parent
437be12f14
commit
5d28a2f04a
3 changed files with 24 additions and 1 deletions
12
.sqlx/query-a9cafe3a6ef8bcba95b1b29d5b9bde81f8233804e771b6347a5d165663a39680.json
generated
Normal file
12
.sqlx/query-a9cafe3a6ef8bcba95b1b29d5b9bde81f8233804e771b6347a5d165663a39680.json
generated
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"db_name": "SQLite",
|
||||
"query": "\n INSERT OR REPLACE INTO metrics (name, unit)\n VALUES (?, ?)\n ",
|
||||
"describe": {
|
||||
"columns": [],
|
||||
"parameters": {
|
||||
"Right": 2
|
||||
},
|
||||
"nullable": []
|
||||
},
|
||||
"hash": "a9cafe3a6ef8bcba95b1b29d5b9bde81f8233804e771b6347a5d165663a39680"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue