Closed (duplicate)
Project:
Password Policy
Version:
6.x-1.0-alpha2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
3 Feb 2010 at 21:06 UTC
Updated:
14 Apr 2010 at 15:47 UTC
I get the following error on the schema compare page:
column policy - difference on: default
declared: array('description' => t('TODO: please describe this field!'), 'type' => 'text', 'not null' => TRUE, 'default' => '')
actual: array('description' => t('TODO: please describe this field!'), 'type' => 'text', 'not null' => TRUE)
password_policy.policy is type text and may not have a default value
Comments
Comment #1
afreeman commentedComment #2
deekayen commented#583902: Performance - slow mysql queries caused by use of TEXT type for policy column