Working on adding docker stuff
This commit is contained in:
12
.sqlx/query-1b6c7786a3072e670b01755cc3c8baed295ef52e640d1d0b8c2e235d054f9e19.json
generated
Normal file
12
.sqlx/query-1b6c7786a3072e670b01755cc3c8baed295ef52e640d1d0b8c2e235d054f9e19.json
generated
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"db_name": "MySQL",
|
||||
"query": "\n INSERT INTO todos (guild_id, channel_id, value)\n VALUES (\n (SELECT id FROM guilds WHERE guild = ?),\n (SELECT id FROM channels WHERE channel = ?),\n ?\n )\n ",
|
||||
"describe": {
|
||||
"columns": [],
|
||||
"parameters": {
|
||||
"Right": 3
|
||||
},
|
||||
"nullable": []
|
||||
},
|
||||
"hash": "1b6c7786a3072e670b01755cc3c8baed295ef52e640d1d0b8c2e235d054f9e19"
|
||||
}
|
Reference in New Issue
Block a user