Skip to content

Commit

Permalink
test: test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Yag000 committed Sep 1, 2023
1 parent e085f88 commit ea9e298
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 12 additions & 2 deletions sqlx-data.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
{
"db": "PostgreSQL"
}
"db": "PostgreSQL",
"793f0df728d217c204123f12e4eafd6439db2d49d0cb506618ae9e780c7e0558": {
"query": "\n INSERT INTO subscriptions (id, email, name, subscribed_at)\n VALUES ($1, $2, $3, $4)\n ",
"describe": {
"columns": [],
"parameters": {
"Left": ["Uuid", "Text", "Text", "Timestamptz"]
},
"nullable": []
}
}
}

0 comments on commit ea9e298

Please sign in to comment.