SQL schema v4 vs v5

I import paid IN transactions into QuickBooks by exporting from the IN SQL tables. When I migrate to v5, will I have to completely redo the data import routines? Put another way, how much has the SQL scheme changed from v4 to v5? Where is the scheme documented?

Hi,

We based the v5 schema after v4 however some changes have been made to support new features.

There’s some info about the API changes here:

Hi hillel, the link you’ve provided is dead now.

I had the same question - I messed up my self-hosted version and want to set up fresh (I have an SQL dump) and was wondering if I can just source the SQL directly into the database.

Here’s the updated link:

Thank you! Looks like the primary key has changed so I probably won’t be able to import the old database as-is. I’ll set up a temporary server with v4 so that I can run the migration wizard.