diff options
author | Cara Salter <cara@devcara.com> | 2022-02-14 10:55:33 -0500 |
---|---|---|
committer | Cara Salter <cara@devcara.com> | 2022-02-15 08:27:37 -0500 |
commit | 18abf2d8410bd31f16b406e6e5be18c9c14b653f (patch) | |
tree | 1449f8638139d201b40ce4fdbab1e09e3e3f642a /sqlx-data.json | |
parent | 274f2cceabc1b0e2b35e0937473a6497a82d7c98 (diff) | |
download | glitch-ng-0.6.0.tar.gz glitch-ng-0.6.0.zip |
Add CI0.6.0
Update dependencies
Update docker image
Fix CI
Docker
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 |