I'm developing an application with EF4.0. Between the releases the database schema can change (e.g. column added, table added...).
Is there a way to commit these changes to the customers database when they run the new release? I'm thinking of an function similar to CreateDatabase().