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/schema.inc
416 416
   *   This is most useful for creating NOT NULL columns with no default
417 417
   *   value in existing tables.
418 418
   * @param $keys_new
419
   *   Optional keys and indexes specification to be created on the
419
   *   (optional) Keys and indexes specification to be created on the
420 420
   *   table along with adding the field. The format is the same as a
421 421
   *   table specification but without the 'fields' element. If you are
422 422
   *   adding a type 'serial' field, you MUST specify at least one key
......
630 630
   * @param $spec
631 631
   *   The field specification for the new field.
632 632
   * @param $keys_new
633
   *   Optional keys and indexes specification to be created on the
633
   *   (optional) Keys and indexes specification to be created on the
634 634
   *   table along with changing the field. The format is the same as a
635 635
   *   table specification but without the 'fields' element.
636 636
   *

Formats disponibles : Unified diff