Open Collective
Open Collective
Loading
Data Migrations
Published on April 14, 2023 by Hisham Bin Ateya

I'm glad to announce that we published a beta version of our new data migration APIs that are quite different from default Orchard Core data migrations:

- Easy to use
- Split migrations across multiple files
- Readability
- Maintainability
- No reflections anymore

You can use the default `Migration` class or you can use `YesSqlMigration` which provides you `SchemaBuilder` property to make your startup very fast like Orchard Core

NuGet Gallery | OrchardCoreContrib.Data.Abstractions 1.0.0-beta1
NuGet Gallery | OrchardCoreContrib.Data 1.0.0-beta1
NuGet Gallery | OrchardCoreContrib.Data.YesSql 1.0.0-beta1