Download & Extend

Update to 6.x-1.10 fails on update.php

Project:Contact Forms
Version:6.x-1.10
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

Installing 6.x-1.10 and running update.php (or drush updatedb) gives the following SQL query (MySQL):

ALTER TABLE {contact} ADD `page_info`  DEFAULT NULL

The cause is this line in the install file (update 6100):

<?php
db_add_field
($ret, 'contact', 'page_info', array('type' => 'test', 'not null' => FALSE));
?>

Note that it has type test instead of type text.

Related to issue #625066.

Comments

#1

Status:active» fixed

#2

Status:fixed» closed (fixed)