I am developing an application with EF4.0. Between releases, the database schema may change (for example, an added column, an added table ...).
Is there a way to commit these changes to the customer database when starting a new version? I am thinking of a function like CreateDatabase ().
Blahr source share