Only in shorturl.orig-dev: .shorturl.engine.inc.swp
diff -ur shorturl.orig-dev/shorturl.install shorturl/shorturl.install
--- shorturl.orig-dev/shorturl.install	2009-08-08 08:52:50.000000000 +0200
+++ shorturl/shorturl.install	2009-11-09 14:33:10.000000000 +0100
@@ -12,7 +12,7 @@
  $schema['shorturl_link'] = array(
     'description' => 'ShortURL Links Table.',
     'fields' => array(
-      'lid' => array('type' => 'serial', 'unsigned' => TRUE, 'not null' => TRUE, 'length' => 22),
+      'lid' => array('type' => 'int', 'unsigned' => TRUE, 'not null' => TRUE, 'length' => 22),
       'orig_url' => array('type' => 'varchar', 'length' => 255, 'not null' => TRUE, 'default' => ''),
       'created' => array('type' => 'int', 'not null' => TRUE, 'default' => 0),
       'remote_ip' => array('type' => 'varchar', 'length' => 20, 'not null' => FALSE, 'default' => ''),        
Only in shorturl.orig-dev: .shorturl.install.swp
Only in shorturl.orig-dev: .shorturl.module.swp
