Don't miss out Virtual Happy Hour today (April 26).

Try our conversational search powered by Generative AI!

CMS database is not updated if Commerce database is created from EPiServer.Commerce.Core.sql

Found in

Commerce.Core 8.15

Created

Aug 06, 2015

Updated

Aug 14, 2015

Area

Falcon/Commerce

State

Closed, Fixed and Tested


Steps to reproduce

Steps to reproduce

  1. Create Commerce project using EPiServer VS Extension
  2. Create Commerce and CMS database using 2 sql files in EPiServer.Commerce.Core and EPiServer.CMS.Core nuget packages
  3. Modify 2 connection strings of created project to use the new databases
  4. Add updateDatabaseSchema="true" to <episerver.framework> (

    <episerver.framework updateDatabaseSchema="true">

    )


    Expected: The sql files in epiupdates_CMS folder will be run

    Actual: They don't