Revision: 201
Author: astronouth7303
Date: 2006-06-23 15:31:51 -0700 (Fri, 23 Jun 2006)
ViewCVS: http://svn.sourceforge.net/openfirst/?rev=201&view=rev
Log Message:
-----------
Changing `user` to PRIMARY key.
Modified Paths:
--------------
trunk/src/config/openfirst.info.xml
Modified: trunk/src/config/openfirst.info.xml
===================================================================
--- trunk/src/config/openfirst.info.xml 2006-06-23 22:31:26 UTC (rev 200)
+++ trunk/src/config/openfirst.info.xml 2006-06-23 22:31:51 UTC (rev 201)
@@ -61,7 +61,7 @@
<field name="skills"><type>text</type></field>
</fields>
<keys>
- <key name="user" type="unique">
+ <key type="primary">
<col>user</col>
</key>
</keys>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|