Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When your application changes over time, the migration of data becomes an important topic. Aggregates help you with this, but can not solve all your problems. For complex scenarios it is advised to create your own database scripts for migration purposes. They generally do everything in a lazy manner, so that not the complete database is updating when the server starts.

...