summaryrefslogtreecommitdiff
path: root/includes/update.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/update.inc')
-rw-r--r--includes/update.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/includes/update.inc b/includes/update.inc
index c3fde15b1..3cd6b76c3 100644
--- a/includes/update.inc
+++ b/includes/update.inc
@@ -141,8 +141,7 @@ function update_prepare_d7_bootstrap() {
$schema['registry_file'] = array(
'fields' => array(
'filename' => array('type' => 'varchar', 'length' => 255, 'not null' => TRUE),
- 'filectime' => array('type' => 'int', 'not null' => TRUE, 'default' => 0),
- 'filemtime' => array('type' => 'int', 'not null' => TRUE, 'default' => 0),
+ 'hash' => array('type' => 'varchar', 'length' => 64, 'not null' => TRUE),
),
'primary key' => array('filename'),
);