comment, interaction db
This commit is contained in:
parent
ee9015c1e3
commit
60d18771d7
17 changed files with 184 additions and 32 deletions
|
@ -66,7 +66,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