Skip to content

Commit

Permalink
updated example to name.readonly = false
Browse files Browse the repository at this point in the history
  • Loading branch information
mswertz committed Apr 19, 2013
1 parent c10be4a commit ba1c01b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/molgenis_db.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
entity defines fields id and name centrally.
</description>
<field name="Id" type="autoid" description="autogenerated id number (autoid)" />
<field name="Name" unique="true" readonly="true"
<field name="Name" unique="true"
description="unique, user provided name string" />
</entity>
<!-- experiment structure -->
Expand Down

0 comments on commit ba1c01b

Please sign in to comment.