1
0
Fork 0

Added entry_id to UPDATE to change for a reply.

This commit is contained in:
Alexander Andreev 2022-10-21 04:36:22 +04:00
parent 8221da67eb
commit 95b74985f0
Signed by: Arav
GPG Key ID: 0388CC8FAA51063F
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
UPDATE OR REPLACE `reply`
SET
`entry_id` = ?,
`created` = ?,
`message` = ?,
WHERE `entry_id` = ?;