need to permadelete post with
Post.find(THE_POST_ID).destroy
important thx
need to permadelete post with
Post.find(THE_POST_ID).destroy
important thx
Why are you trying to “permadelete” a post? Simply deleting the post record will leave dangling pointers, creating a broken database, and you may not catch all copies of the post content (especially revisions).
If there’s some illegal content in the post that you need to purge, I believe I have instructions for that.
it’s not illegal, but i dont want it on my server, how do you do that
not an image just words
btw i found the post ID
If you simply don’t want it around, and it’s not causing a technical or legal problem:
(Content removed by administrator)
Is there a way to rewrite it in the database, it just hurts me spiritually for it to be there
a guy was using too harsh words towards me, so i’ll just delete it and warn him I guess, I don’t want a broken database
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.