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