diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2025-12-12 10:23:59 -0500 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2025-12-17 15:48:20 -0500 |
| commit | 98ce341c5fe8403b9dc5654fe18e1ebba61e68e4 (patch) | |
| tree | 88acdfafe32ad0f99effaaa89cc7d98db2141fda /.sqlx/query-99fc5ed0803a637ad140d6603462bc3ca82d28709a3117ce4844687098b19746.json | |
| parent | 522c1533a0af7af7d96bb4d6850ce0b2c8762e89 (diff) | |
Diffstat (limited to '.sqlx/query-99fc5ed0803a637ad140d6603462bc3ca82d28709a3117ce4844687098b19746.json')
| -rw-r--r-- | .sqlx/query-99fc5ed0803a637ad140d6603462bc3ca82d28709a3117ce4844687098b19746.json | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/.sqlx/query-99fc5ed0803a637ad140d6603462bc3ca82d28709a3117ce4844687098b19746.json b/.sqlx/query-99fc5ed0803a637ad140d6603462bc3ca82d28709a3117ce4844687098b19746.json new file mode 100644 index 0000000..4bf6146 --- /dev/null +++ b/.sqlx/query-99fc5ed0803a637ad140d6603462bc3ca82d28709a3117ce4844687098b19746.json @@ -0,0 +1,32 @@ +{ + "db_name": "SQLite", + "query": "\n select\n sub.endpoint,\n sub.p256dh,\n sub.auth\n from push_subscription as sub\n join token on sub.token = token.id\n where token.login <> $1\n ", + "describe": { + "columns": [ + { + "name": "endpoint", + "ordinal": 0, + "type_info": "Text" + }, + { + "name": "p256dh", + "ordinal": 1, + "type_info": "Text" + }, + { + "name": "auth", + "ordinal": 2, + "type_info": "Text" + } + ], + "parameters": { + "Right": 1 + }, + "nullable": [ + false, + false, + false + ] + }, + "hash": "99fc5ed0803a637ad140d6603462bc3ca82d28709a3117ce4844687098b19746" +} |
