feat: contact rethinked and user_contact created

This commit is contained in:
Ahmet Kaan GÜMÜŞ 2024-12-15 03:58:47 +03:00
parent aa679b5a05
commit e167b864ee
19 changed files with 261 additions and 29 deletions

View file

@ -64,7 +64,7 @@ pub async fn delete(
sqlx::query_as!(
Comment,
r#"
DELETE FROM "comment" where "creation_time" = $1
DELETE FROM "comment" WHERE "creation_time" = $1
RETURNING *
"#,
creation_time