/[drupal]/contributions/modules/forward/forward.install
ViewVC logotype

Diff of /contributions/modules/forward/forward.install

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

revision 1.4.2.3, Wed Apr 22 15:54:24 2009 UTC revision 1.4.2.4, Mon Sep 21 15:43:44 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: forward.install,v 1.6 2009/04/21 22:34:45 seanr Exp $  // $Id: forward.install,v 1.7 2009/07/15 21:13:43 seanr Exp $
3  function forward_install() {  function forward_install() {
4    drupal_install_schema('forward');    drupal_install_schema('forward');
5    variable_set('forward_theme_template', 1);    variable_set('forward_theme_template', 1);
# Line 16  function forward_schema() { Line 16  function forward_schema() {
16    $schema['forward_log'] = array(    $schema['forward_log'] = array(
17      'fields' => array(      'fields' => array(
18        'path'      => array('type' => 'varchar', 'not null' => TRUE, 'default' => '<front>', 'length' => 255),        'path'      => array('type' => 'varchar', 'not null' => TRUE, 'default' => '<front>', 'length' => 255),
19        'type'      => array('type' => 'varchar', 'not null' => TRUE, 'default' => 0, 'length' => 8),        'type'      => array('type' => 'varchar', 'not null' => TRUE, 'length' => 8),
20        'timestamp' => array('type' => 'int', 'not null' => TRUE, 'default' => 0)        'timestamp' => array('type' => 'int', 'not null' => TRUE, 'default' => 0)
21      ),      ),
22      'indexes' => array(      'indexes' => array(

Legend:
Removed from v.1.4.2.3  
changed lines
  Added in v.1.4.2.4

  ViewVC Help
Powered by ViewVC 1.1.2