authorization_codes: crate, database, insert one

This commit is contained in:
Philippe Loctaux 2023-03-16 23:15:56 +01:00
parent 0b4aeb89cb
commit 471e2fc740
11 changed files with 159 additions and 0 deletions

View file

@ -302,6 +302,16 @@
},
"query": "update settings\n\nset url = ?\n\nwhere id is 0\n"
},
"a55b17a3a70e6445517f19536220f0dafc78a0e8b69221dee4715f84841839da": {
"describe": {
"columns": [],
"nullable": [],
"parameters": {
"Right": 4
}
},
"query": "insert into authorization_codes (code, app, user, expires_at)\nvalues (?, ?, ?, datetime(?, 'unixepoch'))\n"
},
"aae93a39c5a9f46235b5ef871b45ba76d7efa1677bfe8291a62b8cbf9cd9e0d5": {
"describe": {
"columns": [],