/[drupal]/contributions/modules/seo_checklist/seochecklist.install
ViewVC logotype

Diff of /contributions/modules/seo_checklist/seochecklist.install

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

revision 1.10, Thu Oct 22 23:57:52 2009 UTC revision 1.11, Wed Oct 28 15:56:14 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: seochecklist.install,v 1.9 2009/10/22 23:23:20 davereid Exp $  // $Id: seochecklist.install,v 1.10 2009/10/22 23:57:52 davereid Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 204  function seochecklist_uninstall() { Line 204  function seochecklist_uninstall() {
204  }  }
205    
206  /**  /**
207   * Move linked_seo, extra2, extra3 columns to Drupal variables since they are   * Update from 6.x-1.x to 6.x-2.x.
  * representing 1 value only. Remove subgroup from seo_group since we don't use it anymore.  
208   */   */
209  function seochecklist_update_6001() {  function seochecklist_update_6001() {
210    $ret = array();    $ret = array();
# Line 223  function seochecklist_update_6001() { Line 222  function seochecklist_update_6001() {
222    db_drop_field($ret, 'seo_checklist', 'extra3');    db_drop_field($ret, 'seo_checklist', 'extra3');
223    db_drop_field($ret, 'seo_checklist', 'linked_seo');    db_drop_field($ret, 'seo_checklist', 'linked_seo');
224    db_drop_field($ret, 'seo_group', 'subgroup');    db_drop_field($ret, 'seo_group', 'subgroup');
225      db_drop_table($ret, 'seo_subgroup');
226    
227    return $ret;    return $ret;
228  }  }

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

  ViewVC Help
Powered by ViewVC 1.1.2