mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-04-20 01:08:55 +00:00
12 lines
351 B
JSON
12 lines
351 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "INSERT INTO ignored_users(id, username) VALUES (?, ?)\n ON CONFLICT (id) DO UPDATE SET username = excluded.username",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 2
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "e5da2c27e9d61239ebd9de291e08de8333d3097ada82da790942f05acdd87fc3"
|
|
}
|