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-3ed66b56b7e78a6b6bad9d49c49607520a8d09f902b996467dddf58737a3757f.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-3ed66b56b7e78a6b6bad9d49c49607520a8d09f902b996467dddf58737a3757f.json')
-rw-r--r-- | .sqlx/query-3ed66b56b7e78a6b6bad9d49c49607520a8d09f902b996467dddf58737a3757f.json | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/.sqlx/query-3ed66b56b7e78a6b6bad9d49c49607520a8d09f902b996467dddf58737a3757f.json b/.sqlx/query-3ed66b56b7e78a6b6bad9d49c49607520a8d09f902b996467dddf58737a3757f.json deleted file mode 100644 index feedac8..0000000 --- a/.sqlx/query-3ed66b56b7e78a6b6bad9d49c49607520a8d09f902b996467dddf58737a3757f.json +++ /dev/null | |||
@@ -1,16 +0,0 @@ | |||
1 | { | ||
2 | "db_name": "PostgreSQL", | ||
3 | "query": "\n INSERT INTO devices (id, mac, broadcast_addr)\n VALUES ($1, $2, $3);\n ", | ||
4 | "describe": { | ||
5 | "columns": [], | ||
6 | "parameters": { | ||
7 | "Left": [ | ||
8 | "Text", | ||
9 | "Text", | ||
10 | "Text" | ||
11 | ] | ||
12 | }, | ||
13 | "nullable": [] | ||
14 | }, | ||
15 | "hash": "3ed66b56b7e78a6b6bad9d49c49607520a8d09f902b996467dddf58737a3757f" | ||
16 | } | ||