Skip to content

Commit

Permalink
Fixed len for the username column
Browse files Browse the repository at this point in the history
(cherry picked from commit b66851b)
  • Loading branch information
bogdan-iancu committed Sep 13, 2018
1 parent c73a9ca commit 6614f3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/schema/usr_preferences.xml
Expand Up @@ -37,7 +37,7 @@
<column id="username">
<name>&USERCOL;</name>
<type>string</type>
<size>&uri_len;</size>
<size>&user_len;</size>
<default>0</default>
<description>Username / phone number</description>
<natural/>
Expand Down

0 comments on commit 6614f3a

Please sign in to comment.