shorten userid columns to 64 chars, ref #9186

remotes/origin/ldap_group_count
Jörn Friedrich Dreyer 11 years ago
parent 3b2fd5e4e6
commit b4f40e4da0
  1. 4
      db_structure.xml

@ -813,7 +813,7 @@
<type>text</type>
<default></default>
<notnull>true</notnull>
<length>255</length>
<length>64</length>
</field>
<!-- Foreign Key share::id or NULL -->
@ -1226,7 +1226,7 @@
<type>text</type>
<default></default>
<notnull>true</notnull>
<length>255</length>
<length>64</length>
</field>
<field>

Loading…
Cancel
Save