matomo-org / plugin-Migration

Migrate a Matomo Measurable (website, app, roll-up, ...) from one Matomo instance to another Matomo
5 stars 11 forks source link

create sequence table when needed and increase sequence #31

Closed tsteur closed 4 years ago

tsteur commented 4 years ago

fix #30

When we create an archive table, we have to make sure to also create a sequence entry so the sequence counter can work properly.

It will now also fix the sequence in case it is out of sync for some reason.