Projet

Général

Profil

Révision e33d3026

Ajouté par Julien Enselme il y a presque 10 ans

Update drupal to 7.30

Voir les différences:

drupal7/includes/database/database.inc
2832 2832
 *   will be set to the value of the key in all rows. This is most useful for
2833 2833
 *   creating NOT NULL columns with no default value in existing tables.
2834 2834
 * @param $keys_new
2835
 *   Optional keys and indexes specification to be created on the table along
2835
 *   (optional) Keys and indexes specification to be created on the table along
2836 2836
 *   with adding the field. The format is the same as a table specification, but
2837 2837
 *   without the 'fields' element. If you are adding a type 'serial' field, you
2838 2838
 *   MUST specify at least one key or index including it in this array. See
......
3012 3012
 * @param $spec
3013 3013
 *   The field specification for the new field.
3014 3014
 * @param $keys_new
3015
 *   Optional keys and indexes specification to be created on the table along
3015
 *   (optional) Keys and indexes specification to be created on the table along
3016 3016
 *   with changing the field. The format is the same as a table specification
3017 3017
 *   but without the 'fields' element.
3018 3018
 */

Formats disponibles : Unified diff