Skip to content

Rebuild custom database tables

Milan Petrovic edited this page Aug 9, 2019 · 7 revisions

The first step in the migration to custom database tables is to make sure the tables are created and empty. The order of running queries is important (some queries depend on other queries already being run).

Step by Step

Content Basics

  • Run the generate/inserts/wp_bbp_forums.sql query.
  • Run the generate/inserts/wp_bbp_topics.sql query.
  • Run the generate/inserts/wp_bbp_replies.sql query.

Engagements

  • Run the generate/inserts/wp_bbp_engaged_topics.sql query.

Replies

  • Run the generate/updates/wp_bbp_replies.sql query.
Clone this wiki locally