mirror of
https://codeberg.org/icewind/ugc-scaper.git
synced 2026-06-04 02:34:11 +02:00
team archive
This commit is contained in:
parent
a46314d91a
commit
f4082d619d
15 changed files with 514 additions and 37 deletions
12
archiver/.sqlx/query-5daea92ea98daa8e37969e9e7cdb7d1e97fea0c6e07f2ba5a2a513fc1bfc41c9.json
generated
Normal file
12
archiver/.sqlx/query-5daea92ea98daa8e37969e9e7cdb7d1e97fea0c6e07f2ba5a2a513fc1bfc41c9.json
generated
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"db_name": "PostgreSQL",
|
||||
"query": "INSERT INTO team_name_changes (\n team_id, from_tag, from_name, to_tag, to_name, date\n ) VALUES ($1, $2, $3, $4, $5, $6)",
|
||||
"describe": {
|
||||
"columns": [],
|
||||
"parameters": {
|
||||
"Left": ["Int4", "Varchar", "Varchar", "Varchar", "Varchar", "Date"]
|
||||
},
|
||||
"nullable": []
|
||||
},
|
||||
"hash": "5daea92ea98daa8e37969e9e7cdb7d1e97fea0c6e07f2ba5a2a513fc1bfc41c9"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue