Info
- 3 posts
- 2 voices
- Started 3 years ago by wiseacre
- Latest reply from wiseacre
- This topic is not a support question
Post and topic status
-
- Posted 3 years ago #
I have 2 questions.
Question 1:
What is the semantic of the following fields in the database
bb_topics.topic_status
bb_posts.post_status
Is it safe delete all posts and topics withs status > 0 ?Question 2:
Are there any rows in bb_topicmeta for topics with topic_status > 0 ? -
- Posted 3 years ago #
For topic_status:
0 = normal
1 = deletedFor post_status:
0 = normal
1 = deleted
2 = spamIt's safe to delete these as long as you are careful if you ever backup and restore your database not to have the deleted IDs be allowed to be repopulated.
There very well could be rows in topicmeta for topics with topic_status > 0
-
- Posted 3 years ago #
Thanks!
-
You must log in to post.