1
0

Edit a category's ID as well.

This commit is contained in:
Alexander Andreev 2023-05-14 03:34:30 +04:00
parent 9248950255
commit f66a14f306
Signed by: Arav
GPG Key ID: D22A817D95815393

View File

@ -1,5 +1,6 @@
UPDATE OR REPLACE `post` UPDATE OR REPLACE `post`
SET SET
`category_id` = ?,
`title` = ?, `title` = ?,
`body` = ? `body` = ?
WHERE `post_id` = ?; WHERE `post_id` = ?;