aboutsummaryrefslogtreecommitdiff
path: root/.sqlx
diff options
context:
space:
mode:
authorFxQnLr <[email protected]>2024-02-28 19:05:49 +0100
committerFxQnLr <[email protected]>2024-02-28 19:05:49 +0100
commit0920c86de3523785b5f4ac67e2090f0736f9fcb2 (patch)
tree15bb3dd411b901238ebce3107345f4976e23f31e /.sqlx
parentf0dc13f907a72ffef44f89b5e197567db129b020 (diff)
downloadwebol-0920c86de3523785b5f4ac67e2090f0736f9fcb2.tar
webol-0920c86de3523785b5f4ac67e2090f0736f9fcb2.tar.gz
webol-0920c86de3523785b5f4ac67e2090f0736f9fcb2.zip
Closes #18. Added pingthreshold. Cargo update
Diffstat (limited to '.sqlx')
-rw-r--r--.sqlx/query-df462bb016e2d258de146e248493f4458a532eee554d57438ef7849758238185.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/.sqlx/query-df462bb016e2d258de146e248493f4458a532eee554d57438ef7849758238185.json b/.sqlx/query-df462bb016e2d258de146e248493f4458a532eee554d57438ef7849758238185.json
new file mode 100644
index 0000000..e448b24
--- /dev/null
+++ b/.sqlx/query-df462bb016e2d258de146e248493f4458a532eee554d57438ef7849758238185.json
@@ -0,0 +1,15 @@
1{
2 "db_name": "PostgreSQL",
3 "query": "\n UPDATE devices\n SET times = array_append(times, $1)\n WHERE id = $2;\n ",
4 "describe": {
5 "columns": [],
6 "parameters": {
7 "Left": [
8 "Int8",
9 "Text"
10 ]
11 },
12 "nullable": []
13 },
14 "hash": "df462bb016e2d258de146e248493f4458a532eee554d57438ef7849758238185"
15}