From: <gem...@li...> - 2013-03-14 13:45:00
|
Revision: 1185 http://sourceforge.net/p/gemstracker/code/1185 Author: matijsdejong Date: 2013-03-14 13:44:56 +0000 (Thu, 14 Mar 2013) Log Message: ----------- Enable 128 bit hashes for ssn Modified Paths: -------------- trunk/new_project/application/configs/db/tables/gems__respondents.30.sql Modified: trunk/new_project/application/configs/db/tables/gems__respondents.30.sql =================================================================== --- trunk/new_project/application/configs/db/tables/gems__respondents.30.sql 2013-03-14 11:52:00 UTC (rev 1184) +++ trunk/new_project/application/configs/db/tables/gems__respondents.30.sql 2013-03-14 13:44:56 UTC (rev 1185) @@ -2,7 +2,7 @@ CREATE TABLE if not exists gems__respondents ( grs_id_user bigint unsigned not null auto_increment references gems__user_ids (gui_id_user), - grs_ssn varchar(32) CHARACTER SET 'utf8' COLLATE 'utf8_general_ci' + grs_ssn varchar(128) CHARACTER SET 'utf8' COLLATE 'utf8_general_ci' null unique key, grs_iso_lang char(2) CHARACTER SET 'utf8' COLLATE 'utf8_general_ci' not null default 'en', This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |