Projet

Général

Profil

Révision 582db59d

Ajouté par Assos Assos il y a plus de 8 ans

Update Drupal core to version 7.40

Voir les différences:

drupal7/includes/database/schema.inc
92 92
 *    specification). Each specification is an array containing the name of
93 93
 *    the referenced table ('table'), and an array of column mappings
94 94
 *    ('columns'). Column mappings are defined by key pairs ('source_column' =>
95
 *    'referenced_column').
95
 *    'referenced_column'). This key is for documentation purposes only; foreign
96
 *    keys are not created in the database, nor are they enforced by Drupal.
96 97
 *  - 'indexes':  An associative array of indexes ('indexname' =>
97 98
 *    specification). Each specification is an array of one or more
98 99
 *    key column specifiers (see below) that form an index on the
......
144 145
 *   'unique keys' => array(
145 146
 *     'vid' => array('vid'),
146 147
 *   ),
148
 *   // For documentation purposes only; foreign keys are not created in the
149
 *   // database.
147 150
 *   'foreign keys' => array(
148 151
 *     'node_revision' => array(
149 152
 *       'table' => 'node_revision',

Formats disponibles : Unified diff