smartstore / Smartstore

A modular, scalable and ultra-fast open-source all-in-one eCommerce platform built on ASP.NET Core 7
http://www.smartstore.com/
GNU Affero General Public License v3.0
1.2k stars 447 forks source link

Question: How to migration in version 5 for plugins #491

Open pineportal opened 2 years ago

pineportal commented 2 years ago

I want to transfer the plugin database to the new version. What are the steps in the new version?

muratcakir commented 2 years ago

Smartstore 5 does not use EF Migrations anymore, but FluentMigrator instead. Study this or this to learn how it's done. And keep in mind that FluentMigrator does NOT support auto-scaffolding, you will have to write the migration code yourself.