mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-04-10 04:30:29 +00:00
* New table `ignored_users` and queries * Update sqlx to 0.8 * Implement `ignore` command and add needed hooks
12 lines
260 B
JSON
12 lines
260 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "DELETE FROM ignored_users WHERE id = ?",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 1
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "1619aac8983ad68177bd698393b24eefd77bada44bec1043972493146c09bb73"
|
|
}
|