Panel | ||
---|---|---|
| ||
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?
|
...
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.
...