VirtoCommerce / vc-platform-core

Project moved to https://github.com/VirtoCommerce/vc-platform/tree/release/3.0.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to install new module to db from v2

anivirtoway opened this issue · comments

  1. We have an installed platform v2 without the Helpdesk module (for example)
  2. Install the v3 platform and connect it to the v2 platform database
  3. Install the Helpdesk module. This starts the UpdateHotHelpdeskV2 migration, it will not create any tables, but the system will think that the tables are created and the module will not work.

It is necessary not to use the UpdateHotHelpdeskV2 migration if there are no module tables in the database and instead use the AddHotHelpDesk migration