Skip to content

Commit

Permalink
update offline db schema
Browse files Browse the repository at this point in the history
  • Loading branch information
belst committed Jan 10, 2022
1 parent ced598d commit dfcdd9e
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions sqlx-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,5 +160,35 @@
false
]
}
},
"c6b37fc8c7116e4a7c9e4671cdbecfa52e2121def2eec61d8ebed0fec2375314": {
"query": "select * from users",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "id",
"type_info": "Int4"
},
{
"ordinal": 1,
"name": "username",
"type_info": "Text"
},
{
"ordinal": 2,
"name": "password",
"type_info": "Text"
}
],
"parameters": {
"Left": []
},
"nullable": [
false,
false,
false
]
}
}
}

0 comments on commit dfcdd9e

Please sign in to comment.