diff options
Diffstat (limited to 'sqlx-data.json')
-rw-r--r-- | sqlx-data.json | 132 |
1 files changed, 132 insertions, 0 deletions
diff --git a/sqlx-data.json b/sqlx-data.json new file mode 100644 index 0000000..b6bb605 --- /dev/null +++ b/sqlx-data.json @@ -0,0 +1,132 @@ +{ + "db": "PostgreSQL", + "04383f28e708546beb642eb13c81048dc166b3a7994c110922abbced8470a93c": { + "query": "DELETE FROM reaction_roles WHERE id=$1", + "describe": { + "columns": [], + "parameters": { + "Left": [ + "Int4" + ] + }, + "nullable": [] + } + }, + "277984fe7b7a2aa1c3b02913db57caae607875e2389c9191d22a6efc46aa7e4a": { + "query": "SELECT * FROM reaction_roles WHERE message_id=$1", + "describe": { + "columns": [ + { + "ordinal": 0, + "name": "id", + "type_info": "Int4" + }, + { + "ordinal": 1, + "name": "channel_id", + "type_info": "Text" + }, + { + "ordinal": 2, + "name": "message_id", + "type_info": "Text" + }, + { + "ordinal": 3, + "name": "guild_id", + "type_info": "Text" + }, + { + "ordinal": 4, + "name": "reaction", + "type_info": "Text" + }, + { + "ordinal": 5, + "name": "role_id", + "type_info": "Text" + } + ], + "parameters": { + "Left": [ + "Text" + ] + }, + "nullable": [ + false, + false, + false, + false, + false, + false + ] + } + }, + "2900553c18f0b74b218a9ecf289cc4d74ceda4ebe1e5494f0b28a8160f5c651a": { + "query": "SELECT * FROM reaction_roles WHERE message_id=$1 AND reaction=$2", + "describe": { + "columns": [ + { + "ordinal": 0, + "name": "id", + "type_info": "Int4" + }, + { + "ordinal": 1, + "name": "channel_id", + "type_info": "Text" + }, + { + "ordinal": 2, + "name": "message_id", + "type_info": "Text" + }, + { + "ordinal": 3, + "name": "guild_id", + "type_info": "Text" + }, + { + "ordinal": 4, + "name": "reaction", + "type_info": "Text" + }, + { + "ordinal": 5, + "name": "role_id", + "type_info": "Text" + } + ], + "parameters": { + "Left": [ + "Text", + "Text" + ] + }, + "nullable": [ + false, + false, + false, + false, + false, + false + ] + } + }, + "f8d670f7e142e9658916ed389e2def233430420c4121aa473c0277c61c5cfcee": { + "query": "INSERT INTO reaction_roles (channel_id, message_id, guild_id, reaction, role_id) VALUES ($1, $2, $3, $4, $5)", + "describe": { + "columns": [], + "parameters": { + "Left": [ + "Text", + "Text", + "Text", + "Text", + "Text" + ] + }, + "nullable": [] + } + } +}
\ No newline at end of file |