Skip to content

Commit

Permalink
fixed usr_UserName size (ChurchCRM#2136)
Browse files Browse the repository at this point in the history
  • Loading branch information
DawoudIO authored Mar 20, 2017
1 parent 4c38041 commit 765e7fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion propel/schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@
<column name="usr_showSince" phpName="ShowSince" type="DATE" required="true" defaultValue="2016-01-01"/>
<column name="usr_defaultFY" phpName="DefaultFY" type="SMALLINT" size="9" required="true" defaultValue="10"/>
<column name="usr_currentDeposit" phpName="CurrentDeposit" type="SMALLINT" size="9" required="true" defaultValue="0"/>
<column name="usr_UserName" phpName="UserName" type="VARCHAR" size="50"/>
<column name="usr_UserName" phpName="UserName" type="VARCHAR" size="32"/>
<column name="usr_EditSelf" phpName="EditSelf" type="BOOLEAN" size="1" sqlType="tinyint(1) unsigned" required="true" defaultValue="0"/>
<column name="usr_CalStart" phpName="CalStart" type="DATE"/>
<column name="usr_CalEnd" phpName="CalEnd" type="DATE"/>
Expand Down

0 comments on commit 765e7fb

Please sign in to comment.