Open pineportal opened 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.
I want to transfer the plugin database to the new version. What are the steps in the new version?