MyBB Community Forums

Full Version: directly add posts to Database via SQL
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
tl;dr

I had created a custom Django(python) App (can't call it a Forum but more or less like it)
But now I want to export all data from it into mybb board.
Merge System doesn't support it .
I managed to export Members & thread OP Manually .(maybe 100 in total)
But I can't move posts (10K in total) to their respective threads.
Timestamps are not important , order of posts is important .
So i was hoping if Someone can tell which SQL queries are made when posts are added , I can directly import database .

Any help ?

So i figured that I simply enter posts into mybb_posts table via SQL and then just rebuild & repair from tools Admin menu ?
Will that be enough ?