5.7.137. Bugzilla::Extension::AgileTools::Schema

5.7.137.1. NAME

Bugzilla::Extension::AgileTools::Schema - Database schema and update functions

5.7.137.2. DESCRIPTION

This module contains the database schema and the functions used to update from older versions of the extension.

5.7.137.3. FUNCTIONS

  • agiletools_db_init()
Description: Creates the initial objects and fields required in the DB
  • agiletools_schema_init($schema)
Description: Provides the initial DB schema of AgileTools extension
Params:      $schema - schema hash from db_schema_abstract_schema hook
  • agiletools_schema_update()
Description: Updates the AgileTools DB schema from older versions. Called
             from install_update_db hook.

This documentation undoubtedly has bugs; if you find some, please file them here.