Added entry_id to change in UPDATE for an entry.
This commit is contained in:
parent
95b74985f0
commit
6abae1d7ca
@ -1,7 +1,8 @@
|
||||
UPDATE OR REPLACE `entry`
|
||||
SET
|
||||
`name` = ?,
|
||||
`message` = ?,
|
||||
`website` = ?,
|
||||
`hide_website` = ?,
|
||||
`entry_id` = ?
|
||||
`name` = ?,
|
||||
`message` = ?,
|
||||
`website` = ?,
|
||||
`hide_website` = ?,
|
||||
WHERE `entry_id` = ?;
|
Loading…
Reference in New Issue
Block a user