mirror of
https://codeberg.org/icewind/ugc-scaper.git
synced 2026-06-03 18:24:10 +02:00
archiver wip
This commit is contained in:
parent
8e1ea846da
commit
a660675932
13 changed files with 3466 additions and 0 deletions
18
archiver/.sqlx/query-68839b3409d22689fd472dc5eb33e4381e9a621956f1c4ce90cda5d8872a4d6d.json
generated
Normal file
18
archiver/.sqlx/query-68839b3409d22689fd472dc5eb33e4381e9a621956f1c4ce90cda5d8872a4d6d.json
generated
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"db_name": "PostgreSQL",
|
||||
"query": "SELECT id FROM matches ORDER BY id DESC LIMIT 1",
|
||||
"describe": {
|
||||
"columns": [
|
||||
{
|
||||
"ordinal": 0,
|
||||
"name": "id",
|
||||
"type_info": "Int4"
|
||||
}
|
||||
],
|
||||
"parameters": {
|
||||
"Left": []
|
||||
},
|
||||
"nullable": [false]
|
||||
},
|
||||
"hash": "68839b3409d22689fd472dc5eb33e4381e9a621956f1c4ce90cda5d8872a4d6d"
|
||||
}
|
||||
12
archiver/.sqlx/query-9de8aebc65fc0ad8b1fe1580425020559a346d1d0bbb0f6683e38674f54593b2.json
generated
Normal file
12
archiver/.sqlx/query-9de8aebc65fc0ad8b1fe1580425020559a346d1d0bbb0f6683e38674f54593b2.json
generated
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"db_name": "PostgreSQL",
|
||||
"query": "INSERT INTO matches (\n id, team_home, team_away, score_home, score_away, comment, comment_author\n ) VALUES ($1, $2, $3, $4, $5, $6, $7)",
|
||||
"describe": {
|
||||
"columns": [],
|
||||
"parameters": {
|
||||
"Left": ["Int4", "Int4", "Int4", "Int2", "Int2", "Varchar", "Varchar"]
|
||||
},
|
||||
"nullable": []
|
||||
},
|
||||
"hash": "9de8aebc65fc0ad8b1fe1580425020559a346d1d0bbb0f6683e38674f54593b2"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue