Skip to content

Commit

Permalink
lib: change uri_len from 128 to 255 for DB scheme (GH #2043)
Browse files Browse the repository at this point in the history
  • Loading branch information
henningw committed Aug 27, 2019
1 parent f318c29 commit a222ad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/srdb1/schema/entities.xml
Expand Up @@ -6,7 +6,7 @@
<!ENTITY password_len "64">
<!ENTITY ha1_len "128">
<!ENTITY realm_len "64">
<!ENTITY uri_len "128">
<!ENTITY uri_len "255">
<!ENTITY xcap_uri_len "255">
<!ENTITY id_len "64">
<!ENTITY table_id_len "10">
Expand Down

0 comments on commit a222ad2

Please sign in to comment.