You are here

function progress_install in Progress 6

File

./progress.install, line 59
Installation file for the Progress module

Code

function progress_install() {
  drupal_install_schema('progress');
}