diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/openid/openid.schema | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/openid/openid.schema b/modules/openid/openid.schema index 668b8b8ec..258756b27 100644 --- a/modules/openid/openid.schema +++ b/modules/openid/openid.schema @@ -5,7 +5,7 @@ function openid_schema() { $schema['openid_association'] = array( 'fields' => array( 'idp_endpoint_uri' => array('type' => 'varchar', 'length' => 255), - 'assoc_handle' => array('type' => 'varchar', 'length' => 255), + 'assoc_handle' => array('type' => 'varchar', 'length' => 255, 'not null' => TRUE), 'assoc_type' => array('type' => 'varchar', 'length' => 32), 'session_type' => array('type' => 'varchar', 'length' => 32), 'mac_key' => array('type' => 'varchar', 'length' => 255), |