diff options
author | FxQnLr <[email protected]> | 2023-10-29 21:27:34 +0100 |
---|---|---|
committer | FxQnLr <[email protected]> | 2023-10-29 21:27:34 +0100 |
commit | e3b622f5a918f6a4b5c3b67198ee7b72ef06062d (patch) | |
tree | eb80c51eceebcd158dfcf1ee62710a28efb1e44b /.sqlx/query-6a81887a8b44b527ad04c8963d5186b764ec9125d597f9fba566e280bd09d352.json | |
parent | dd303dc41e4d500e48760f79351720cc2c1c9ffe (diff) | |
download | webol-e3b622f5a918f6a4b5c3b67198ee7b72ef06062d.tar webol-e3b622f5a918f6a4b5c3b67198ee7b72ef06062d.tar.gz webol-e3b622f5a918f6a4b5c3b67198ee7b72ef06062d.zip |
added correct sqlx offline data
Diffstat (limited to '.sqlx/query-6a81887a8b44b527ad04c8963d5186b764ec9125d597f9fba566e280bd09d352.json')
-rw-r--r-- | .sqlx/query-6a81887a8b44b527ad04c8963d5186b764ec9125d597f9fba566e280bd09d352.json | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/.sqlx/query-6a81887a8b44b527ad04c8963d5186b764ec9125d597f9fba566e280bd09d352.json b/.sqlx/query-6a81887a8b44b527ad04c8963d5186b764ec9125d597f9fba566e280bd09d352.json deleted file mode 100644 index 89f6bbe..0000000 --- a/.sqlx/query-6a81887a8b44b527ad04c8963d5186b764ec9125d597f9fba566e280bd09d352.json +++ /dev/null | |||
@@ -1,36 +0,0 @@ | |||
1 | { | ||
2 | "db_name": "PostgreSQL", | ||
3 | "query": "\n UPDATE devices\n SET mac = $1, broadcast_addr = $2 WHERE id = $3\n RETURNING id, mac, broadcast_addr;\n ", | ||
4 | "describe": { | ||
5 | "columns": [ | ||
6 | { | ||
7 | "ordinal": 0, | ||
8 | "name": "id", | ||
9 | "type_info": "Text" | ||
10 | }, | ||
11 | { | ||
12 | "ordinal": 1, | ||
13 | "name": "mac", | ||
14 | "type_info": "Text" | ||
15 | }, | ||
16 | { | ||
17 | "ordinal": 2, | ||
18 | "name": "broadcast_addr", | ||
19 | "type_info": "Text" | ||
20 | } | ||
21 | ], | ||
22 | "parameters": { | ||
23 | "Left": [ | ||
24 | "Text", | ||
25 | "Text", | ||
26 | "Text" | ||
27 | ] | ||
28 | }, | ||
29 | "nullable": [ | ||
30 | false, | ||
31 | false, | ||
32 | false | ||
33 | ] | ||
34 | }, | ||
35 | "hash": "6a81887a8b44b527ad04c8963d5186b764ec9125d597f9fba566e280bd09d352" | ||
36 | } | ||