diff options
| author | Joel Klinghed <the_jk@spawned.biz> | 2025-01-27 22:57:15 +0100 |
|---|---|---|
| committer | Joel Klinghed <the_jk@spawned.biz> | 2025-01-27 22:57:15 +0100 |
| commit | 9d14d9ca39b46042c4196382613dd9c4bf711fcb (patch) | |
| tree | a01c21f158b43cea3aea67e90530e49cd061cd11 /server/.sqlx/query-7dff27857ca04ff487c71c6cc575b5888bfd6b7e3aa60fb50d58fb2e46231e79.json | |
| parent | 59035c4532110a9fec8309bbda55d8ba6d14ce94 (diff) | |
Add user keys to database
Next step is to generate authorized_keys files for git server
based on keys.
Diffstat (limited to 'server/.sqlx/query-7dff27857ca04ff487c71c6cc575b5888bfd6b7e3aa60fb50d58fb2e46231e79.json')
| -rw-r--r-- | server/.sqlx/query-7dff27857ca04ff487c71c6cc575b5888bfd6b7e3aa60fb50d58fb2e46231e79.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/server/.sqlx/query-7dff27857ca04ff487c71c6cc575b5888bfd6b7e3aa60fb50d58fb2e46231e79.json b/server/.sqlx/query-7dff27857ca04ff487c71c6cc575b5888bfd6b7e3aa60fb50d58fb2e46231e79.json new file mode 100644 index 0000000..5b52cc0 --- /dev/null +++ b/server/.sqlx/query-7dff27857ca04ff487c71c6cc575b5888bfd6b7e3aa60fb50d58fb2e46231e79.json @@ -0,0 +1,25 @@ +{ + "db_name": "MySQL", + "query": "SELECT COUNT(id) AS count FROM user_keys WHERE user=?", + "describe": { + "columns": [ + { + "ordinal": 0, + "name": "count", + "type_info": { + "type": "LongLong", + "flags": "NOT_NULL | BINARY", + "char_set": 63, + "max_size": 21 + } + } + ], + "parameters": { + "Right": 1 + }, + "nullable": [ + false + ] + }, + "hash": "7dff27857ca04ff487c71c6cc575b5888bfd6b7e3aa60fb50d58fb2e46231e79" +} |
