1
0
Fork 0

Do not change created field in replyUpdate.sql.

This commit is contained in:
Alexander Andreev 2023-05-06 22:22:08 +04:00
parent 9d7088f2cd
commit b9963c9521
Signed by: Arav
GPG Key ID: D22A817D95815393
1 changed files with 0 additions and 1 deletions

View File

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