[virtualcommons-svn] SF.net SVN: virtualcommons:[27] vcweb/trunk/virtualcommons/games/rules/ rules.
Status: Beta
Brought to you by:
alllee
From: <see...@us...> - 2008-08-06 05:48:08
|
Revision: 27 http://virtualcommons.svn.sourceforge.net/virtualcommons/?rev=27&view=rev Author: seematalele Date: 2008-08-06 05:48:17 +0000 (Wed, 06 Aug 2008) Log Message: ----------- Changes the rule.install file : student id was int now made it as varchar Modified Paths: -------------- vcweb/trunk/virtualcommons/games/rules/rules.install Modified: vcweb/trunk/virtualcommons/games/rules/rules.install =================================================================== --- vcweb/trunk/virtualcommons/games/rules/rules.install 2008-08-06 05:22:25 UTC (rev 26) +++ vcweb/trunk/virtualcommons/games/rules/rules.install 2008-08-06 05:48:17 UTC (rev 27) @@ -11,7 +11,7 @@ db_query("CREATE TABLE {vc_student_voting} ( id INT AUTO_INCREMENT, - vc_student_id INT NOT NULL, + vc_student_id varchar(14) NOT NULL, vc_rules_id INT NOT NULL, time_created TIMESTAMP NOT NULL, This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |