diff options
author | Cara Salter <cara@devcara.com> | 2022-06-08 16:05:05 -0400 |
---|---|---|
committer | Cara Salter <cara@devcara.com> | 2022-06-08 16:05:05 -0400 |
commit | cb2ec582570eed782277f613c2b1589c97eecd8e (patch) | |
tree | d3c183d72950cf93e373d76c6c224970f76c5698 /sqlx-data.json | |
parent | dc1039fa1e4ca4fe55e9ab2123260aa1a2006503 (diff) | |
download | glitch-ng-cb2ec582570eed782277f613c2b1589c97eecd8e.tar.gz glitch-ng-cb2ec582570eed782277f613c2b1589c97eecd8e.zip |
update offline compile data
Diffstat (limited to 'sqlx-data.json')
-rw-r--r-- | sqlx-data.json | 170 |
1 files changed, 136 insertions, 34 deletions
diff --git a/sqlx-data.json b/sqlx-data.json index b6bb605..fca34e7 100644 --- a/sqlx-data.json +++ b/sqlx-data.json @@ -1,57 +1,89 @@ { "db": "PostgreSQL", "04383f28e708546beb642eb13c81048dc166b3a7994c110922abbced8470a93c": { - "query": "DELETE FROM reaction_roles WHERE id=$1", "describe": { "columns": [], + "nullable": [], "parameters": { "Left": [ "Int4" ] - }, - "nullable": [] - } + } + }, + "query": "DELETE FROM reaction_roles WHERE id=$1" }, - "277984fe7b7a2aa1c3b02913db57caae607875e2389c9191d22a6efc46aa7e4a": { - "query": "SELECT * FROM reaction_roles WHERE message_id=$1", + "0d1059ca3048c16547c3b657cbefcea0ba75c4d1f5782819455f54ad9d3e569b": { "describe": { "columns": [ { - "ordinal": 0, "name": "id", + "ordinal": 0, "type_info": "Int4" }, { - "ordinal": 1, "name": "channel_id", + "ordinal": 1, "type_info": "Text" }, { + "name": "purpose", "ordinal": 2, - "name": "message_id", "type_info": "Text" }, { + "name": "guild_id", "ordinal": 3, + "type_info": "Text" + } + ], + "nullable": [ + false, + false, + false, + false + ], + "parameters": { + "Left": [ + "Text" + ] + } + }, + "query": "SELECT * FROM channels WHERE purpose='review' AND guild_id=$1" + }, + "277984fe7b7a2aa1c3b02913db57caae607875e2389c9191d22a6efc46aa7e4a": { + "describe": { + "columns": [ + { + "name": "id", + "ordinal": 0, + "type_info": "Int4" + }, + { + "name": "channel_id", + "ordinal": 1, + "type_info": "Text" + }, + { + "name": "message_id", + "ordinal": 2, + "type_info": "Text" + }, + { "name": "guild_id", + "ordinal": 3, "type_info": "Text" }, { - "ordinal": 4, "name": "reaction", + "ordinal": 4, "type_info": "Text" }, { - "ordinal": 5, "name": "role_id", + "ordinal": 5, "type_info": "Text" } ], - "parameters": { - "Left": [ - "Text" - ] - }, "nullable": [ false, false, @@ -59,64 +91,134 @@ false, false, false - ] - } + ], + "parameters": { + "Left": [ + "Text" + ] + } + }, + "query": "SELECT * FROM reaction_roles WHERE message_id=$1" }, "2900553c18f0b74b218a9ecf289cc4d74ceda4ebe1e5494f0b28a8160f5c651a": { - "query": "SELECT * FROM reaction_roles WHERE message_id=$1 AND reaction=$2", "describe": { "columns": [ { - "ordinal": 0, "name": "id", + "ordinal": 0, "type_info": "Int4" }, { - "ordinal": 1, "name": "channel_id", + "ordinal": 1, "type_info": "Text" }, { - "ordinal": 2, "name": "message_id", + "ordinal": 2, "type_info": "Text" }, { - "ordinal": 3, "name": "guild_id", + "ordinal": 3, "type_info": "Text" }, { - "ordinal": 4, "name": "reaction", + "ordinal": 4, "type_info": "Text" }, { - "ordinal": 5, "name": "role_id", + "ordinal": 5, "type_info": "Text" } ], + "nullable": [ + false, + false, + false, + false, + false, + false + ], + "parameters": { + "Left": [ + "Text", + "Text" + ] + } + }, + "query": "SELECT * FROM reaction_roles WHERE message_id=$1 AND reaction=$2" + }, + "805d768b9c07411ad23168126fa63cb325c42098857217a3f869865554091f61": { + "describe": { + "columns": [], + "nullable": [], "parameters": { "Left": [ "Text", "Text" ] - }, + } + }, + "query": "INSERT INTO channels (channel_id, purpose, guild_id) VALUES ($1, 'review', $2)" + }, + "a4bda8f3005f74eb0f90fd681b4f44c395f82ca97b54ccb93506a5fe7aceed49": { + "describe": { + "columns": [], + "nullable": [], + "parameters": { + "Left": [ + "Text", + "Int4" + ] + } + }, + "query": "UPDATE channels SET channel_id=$1 WHERE id=$2" + }, + "eaf444576f26244e0ccfa36d1cfd5487509ceb831ddc1a868dfc67be51d5d0bc": { + "describe": { + "columns": [ + { + "name": "id", + "ordinal": 0, + "type_info": "Int4" + }, + { + "name": "channel_id", + "ordinal": 1, + "type_info": "Text" + }, + { + "name": "purpose", + "ordinal": 2, + "type_info": "Text" + }, + { + "name": "guild_id", + "ordinal": 3, + "type_info": "Text" + } + ], "nullable": [ false, false, false, - false, - false, false - ] - } + ], + "parameters": { + "Left": [ + "Text" + ] + } + }, + "query": "SELECT * FROM channels WHERE guild_id=$1 AND purpose='review'" }, "f8d670f7e142e9658916ed389e2def233430420c4121aa473c0277c61c5cfcee": { - "query": "INSERT INTO reaction_roles (channel_id, message_id, guild_id, reaction, role_id) VALUES ($1, $2, $3, $4, $5)", "describe": { "columns": [], + "nullable": [], "parameters": { "Left": [ "Text", @@ -125,8 +227,8 @@ "Text", "Text" ] - }, - "nullable": [] - } + } + }, + "query": "INSERT INTO reaction_roles (channel_id, message_id, guild_id, reaction, role_id) VALUES ($1, $2, $3, $4, $5)" } }
\ No newline at end of file |