Index: geshinode.install
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/geshifilter/geshinode.install,v
retrieving revision 1.3
diff -u -p -r1.3 geshinode.install
--- geshinode.install	7 Jan 2008 01:20:40 -0000	1.3
+++ geshinode.install	25 Jan 2009 01:28:40 -0000
@@ -10,7 +10,7 @@ function geshinode_schema() {
     'fields' => array(
       'nid' => array(
         'description' => t('The primary identifier for a node.'),
-        'type' => 'serial',
+        'type' => 'int',
         'unsigned' => TRUE,
         'not null' => TRUE,
       ),
@@ -29,10 +29,7 @@ function geshinode_schema() {
         'default' => '',
       ),
     ),
-    'primary key' => array('nid'),
-    'unique keys' => array(
-      'vid' => array('vid'),
-    ),
+    'primary key' => array('vid'),
   );
   return $schema;
 }
