Update .sqlx data

This commit is contained in:
Lennart
2025-01-12 20:46:36 +01:00
parent 5b418ec583
commit 974acdf2cb
5 changed files with 100 additions and 1 deletions

View File

@@ -0,0 +1,38 @@
{
"db_name": "SQLite",
"query": "SELECT id, topic, expiration, push_resource\n FROM subscriptions\n WHERE (id) = (?)",
"describe": {
"columns": [
{
"name": "id",
"ordinal": 0,
"type_info": "Text"
},
{
"name": "topic",
"ordinal": 1,
"type_info": "Text"
},
{
"name": "expiration",
"ordinal": 2,
"type_info": "Datetime"
},
{
"name": "push_resource",
"ordinal": 3,
"type_info": "Text"
}
],
"parameters": {
"Right": 1
},
"nullable": [
false,
false,
false,
false
]
},
"hash": "4d89c9973ea3318085749b5982c544c2a337305491ff410ed6e72f0c609af423"
}