﻿Folder Description

The "DatabaseUpdate" project folder is intended for storing code that supplies
initial data (default User objects, etc) and handles a database update when the
application version changes.


Relevant Documentation

Supply Initial Data (EF Core)
https://docs.devexpress.com/eXpressAppFramework/402985

ModuleUpdater Class
https://docs.devexpress.com/eXpressAppFramework/DevExpress.ExpressApp.Updating.ModuleUpdater

Application Update
https://docs.devexpress.com/eXpressAppFramework/113239

Migrations Overview (EF Core)
https://docs.microsoft.com/en-us/ef/core/managing-schemas/migrations

Debugging, Unit and Functional Testing
https://docs.devexpress.com/eXpressAppFramework/112572
