Type to start searching...

Load : Upgrade

A Load step enables a reload of the database and seed data.

Description

The Load step sets the "loaded" flag in the Version table to 0. This means that the next time the server is restarted, all data seeding logic will be executed.

Some model metadata is persisted to the database for efficiency. This is done during the seeding process. Examples of this are Enumerations and Privileges.

When this type of metadata is changed, we create a Load step to ensure that the changed seeded data is properly reflected in the database.

Properties
description : string

Load upgrade description.

version : string

Unique string identifying the repository version.

Parents
  • Upgrade - The set of changes to a model's Relational Datasource(s) from version to version.