Projet

Général

Profil

Révision 082b75eb

Ajouté par Assos Assos il y a environ 6 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/job_scheduler/modules/job_scheduler_trigger/job_scheduler_trigger.install
1 1
<?php
2 2

  
3 3
/**
4
 * Implementation of hook_schema().
4
 * @file
5
 * Install, update and uninstall functions for the Job Scheduler Trigger.
6
 */
7

  
8
/**
9
 * Implements hook_schema().
5 10
 */
6 11
function job_scheduler_trigger_schema() {
7 12
  $schema['job_scheduler_trigger'] = array(
8 13
    'description' => 'Schedule of triggers to be created.',
9 14
    'fields' => array(
10
       'trid' => array(
15
      'trid' => array(
11 16
        'description' => 'Primary Key: unique trigger id.',
12 17
        'type' => 'serial',
13 18
        'unsigned' => TRUE,

Formats disponibles : Unified diff