Database Upgrades

The Database Upgrades (meta_md_db_upgrade) table stores the list of schema upgrade steps that have been executed on a given database. The Database Upgrades view allows you to add, modify, copy, and delete records in the database upgrades table.

The following list defines every field available in the database upgrades (meta_md_db_upgrade) resource in alphabetical order:

  • Class Name - this field is not maintainable. The name of the java class responsible for executing this upgrade step.

  • Comment Text - this field is not maintainable. Developer comments describing the upgrade step.

  • Created On - displays the date on which the record that you are creating or maintaining was created. May not be overridden. May also represent the creation date of the records you are attempting to retrieve.

  • Custom - this field is not maintainable. The number of the custom upgrade step. Normally reserved for custom database changes.

  • Database Name - this field is not maintainable. The name must be representative of the defined database.

  • Major - this field is not maintainable. The number of the major upgrade step. Normally reserved for new feature changes.

  • Minor - this field is not maintainable. The number of the minor upgrade step. Normally reserved for maintenance release changes.

For the functionality of each action (i.e. button) available on this view, refer to the About the Actions topic.