Versions Compared

Key

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

This section describes how custom database changes can be made, defining those changes in XML files rather that writing SQL directly against the database.

 

What does this section cover?

Table of Contents

...

DATABASECHANGELOG table is used to keep track of the changes that ran.

Each change, runs only one time and this is ensured by DATABASECHANGELOGLOCK table.

...