Edit a category's ID as well.
This commit is contained in:
parent
9248950255
commit
f66a14f306
@ -1,5 +1,6 @@
|
||||
UPDATE OR REPLACE `post`
|
||||
SET
|
||||
`category_id` = ?,
|
||||
`title` = ?,
|
||||
`body` = ?
|
||||
WHERE `post_id` = ?;
|
Loading…
Reference in New Issue
Block a user