Skip to content

Commit

Permalink
fixes #177: Data in the Department field is being truncated
Browse files Browse the repository at this point in the history
  • Loading branch information
joebordes committed Jun 4, 2014
1 parent 2f5ccc7 commit 0068c9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schema/DatabaseSchema.xml
Expand Up @@ -33,7 +33,7 @@
</field>
<field name="modified_user_id" type="C" size="36" />
<field name="title" type="C" size="50" />
<field name="department" type="C" size="50" />
<field name="department" type="C" size="150" />
<field name="phone_home" type="C" size="50" />
<field name="phone_mobile" type="C" size="50" />
<field name="phone_work" type="C" size="50" />
Expand Down Expand Up @@ -473,7 +473,7 @@
<field name="phone" type="C" size="50" />
<field name="mobile" type="C" size="50" />
<field name="title" type="C" size="50" />
<field name="department" type="C" size="30" />
<field name="department" type="C" size="230" />
<field name="fax" type="C" size="50" />
<field name="reportsto" type="C" size="30" />
<field name="training" type="C" size="50" />
Expand Down

0 comments on commit 0068c9e

Please sign in to comment.