feat: ✨ contact rethinked and user_contact created
This commit is contained in:
parent
aa679b5a05
commit
e167b864ee
19 changed files with 261 additions and 29 deletions
|
@ -64,7 +64,7 @@ pub async fn delete(
|
|||
sqlx::query_as!(
|
||||
Post,
|
||||
r#"
|
||||
DELETE FROM "post" where "creation_time" = $1
|
||||
DELETE FROM "post" WHERE "creation_time" = $1
|
||||
RETURNING *
|
||||
"#,
|
||||
creation_time
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue