Fix data preparation
This commit is contained in:
parent
4b55f5364a
commit
91e4883137
6 changed files with 61 additions and 78 deletions
26
.sqlx/query-eecd95c794db0640d2de01dc644af7e2c6e4ab357710d6a1ee374cad106c166e.json
generated
Normal file
26
.sqlx/query-eecd95c794db0640d2de01dc644af7e2c6e4ab357710d6a1ee374cad106c166e.json
generated
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"db_name": "SQLite",
|
||||
"query": "SELECT parent, child FROM commit_links ORDER BY parent ASC, child ASC ",
|
||||
"describe": {
|
||||
"columns": [
|
||||
{
|
||||
"name": "parent",
|
||||
"ordinal": 0,
|
||||
"type_info": "Text"
|
||||
},
|
||||
{
|
||||
"name": "child",
|
||||
"ordinal": 1,
|
||||
"type_info": "Text"
|
||||
}
|
||||
],
|
||||
"parameters": {
|
||||
"Right": 0
|
||||
},
|
||||
"nullable": [
|
||||
false,
|
||||
false
|
||||
]
|
||||
},
|
||||
"hash": "eecd95c794db0640d2de01dc644af7e2c6e4ab357710d6a1ee374cad106c166e"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue