Skip to content

Commit

Permalink
Merge pull request #92 from quentint/patch-1
Browse files Browse the repository at this point in the history
Fixing sessionIndex length
  • Loading branch information
tmilos committed Jan 3, 2016
2 parents ab47581 + 1158128 commit cb76b9c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -10,7 +10,7 @@

<field name="authenticationServiceName" column="auth_svc_name" type="string" length="32" />

<field name="sessionIndex" column="session_index" type="string" length="255" nullable="true" />
<field name="sessionIndex" column="session_index" type="string" length="512" nullable="true" />

<field name="nameID" column="name_id" type="string" length="64" />

Expand Down

0 comments on commit cb76b9c

Please sign in to comment.