? boost-604950.patch
Index: boost.install
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/boost/boost.install,v
retrieving revision 1.2.2.1.2.3.2.59
diff -u -p -r1.2.2.1.2.3.2.59 boost.install
--- boost.install	12 Oct 2009 06:35:46 -0000	1.2.2.1.2.3.2.59
+++ boost.install	15 Oct 2009 02:36:09 -0000
@@ -503,6 +503,19 @@ function boost_schema() {
         'not null' => TRUE,
         'default' => ''
       ),
+      'hash_url' => array(
+        'description' => 'MD5 hash of url',
+        'type' => 'varchar',
+        'length' => 32,
+        'not null' => TRUE,
+        'default' => ''
+      ),
+      'timestamp' => array(
+        'description' => 'The Unix timestamp of late update to this field.',
+        'type' => 'int',
+        'not null' => TRUE,
+        'default' => 0
+      ),
     ),
     'primary key' => array('hash'),
   );
