/[drupal]/drupal/includes/update.inc
ViewVC logotype

Diff of /drupal/includes/update.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.18, Sat Oct 24 23:19:21 2009 UTC revision 1.19, Sat Nov 7 13:35:20 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: update.inc,v 1.17 2009/10/24 03:20:43 webchick Exp $  // $Id: update.inc,v 1.18 2009/10/24 23:19:21 webchick Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 140  function update_fix_d7_requirements() { Line 140  function update_fix_d7_requirements() {
140        'not null' => TRUE,        'not null' => TRUE,
141        'default' => 0,        'default' => 0,
142      ));      ));
143        db_drop_index('menu_router', 'tab_parent');
144        db_add_index('menu_router', 'tab_parent', array(array('tab_parent', 64), 'weight', 'title'));
145      db_add_field('menu_router', 'theme_callback', array('type' => 'varchar', 'length' => 255, 'not null' => TRUE, 'default' => ''));      db_add_field('menu_router', 'theme_callback', array('type' => 'varchar', 'length' => 255, 'not null' => TRUE, 'default' => ''));
146      db_add_field('menu_router', 'theme_arguments', array('type' => 'varchar', 'length' => 255, 'not null' => TRUE, 'default' => ''));      db_add_field('menu_router', 'theme_arguments', array('type' => 'varchar', 'length' => 255, 'not null' => TRUE, 'default' => ''));
147    

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

  ViewVC Help
Powered by ViewVC 1.1.2