From 2aeab67487cd0b40898ab842e6546c7c89a8a39b Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 4 Jul 2007 15:52:06 +0000 Subject: - Patch #156587 by bjaspan: database schema fix. --- modules/openid/openid.schema | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') 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), -- cgit v1.2.3