Projet

Général

Profil

Révision 7d7b5830

Ajouté par Assos Assos il y a environ 9 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/entity/tests/entity_test.install
51 51
      'uid' => array('uid'),
52 52
    ),
53 53
    'foreign keys' => array(
54
      'uid' => array('users' => 'uid'),
55
      'name' => array('entity_test_types' => 'name'),
54
      'uid' => array(
55
        'table' => 'users',
56
        'columns' => array('uid' => 'uid')
57
      ),
58
      'name' => array(
59
        'table' => 'entity_test_types',
60
        'columns' => array('name' => 'name')
61
      ),
56 62
    ),
57 63
    'primary key' => array('pid'),
58 64
  );

Formats disponibles : Unified diff