mirror of
https://codeberg.org/icewind/ugc-scaper.git
synced 2026-06-03 18:24:10 +02:00
team archive more
This commit is contained in:
parent
59e41ba7a7
commit
b5b7bc953a
8 changed files with 215 additions and 3 deletions
25
archiver/.sqlx/query-d27cf94073aa49a0d2d67b400f05cae073e87c1a96d6a4d419263922ae700958.json
generated
Normal file
25
archiver/.sqlx/query-d27cf94073aa49a0d2d67b400f05cae073e87c1a96d6a4d419263922ae700958.json
generated
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"db_name": "PostgreSQL",
|
||||
"query": "INSERT INTO membership_history (\n team_id, steam_id, role, joined, \"left\"\n ) VALUES ($1, $2, $3, $4, $5)",
|
||||
"describe": {
|
||||
"columns": [],
|
||||
"parameters": {
|
||||
"Left": [
|
||||
"Int4",
|
||||
"Int8",
|
||||
{
|
||||
"Custom": {
|
||||
"name": "membership_role",
|
||||
"kind": {
|
||||
"Enum": ["leader", "member"]
|
||||
}
|
||||
}
|
||||
},
|
||||
"Date",
|
||||
"Date"
|
||||
]
|
||||
},
|
||||
"nullable": []
|
||||
},
|
||||
"hash": "d27cf94073aa49a0d2d67b400f05cae073e87c1a96d6a4d419263922ae700958"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue