Prepare sqlx for offline checks

This commit is contained in:
Simon Goller 2024-05-09 07:16:15 +02:00
parent 71c1432fd1
commit d8dcc7099d
27 changed files with 628 additions and 0 deletions

View file

@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "INSERT INTO user_role (user_name, role_name, update_process) VALUES (?, ?, ?)",
"describe": {
"columns": [],
"parameters": {
"Right": 3
},
"nullable": []
},
"hash": "a6e5bcfbbaa33c8ecf6d9dc5f4124a1fad07ab491305d1dd56eb473d132a4ccc"
}