OrchardCMS / Orchard

Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform.
https://orchardcore.net
BSD 3-Clause "New" or "Revised" License
2.38k stars 1.12k forks source link

Should be able to write migrations without a return value #375

Open orchardbot opened 14 years ago

orchardbot commented 14 years ago

@bleroy created: https://orchard.codeplex.com/workitem/16542

void UpgradeFrom3 should be assumed to be a migration from 3 to 4. Having to specify the version explicitly is a source of errors and you do one at a time 99% of the time.

orchardbot commented 14 years ago

rpaquay commented:

It's a nice to have, not really needed for v1.