Browse Source

shorten userid columns to 64 chars, ref #9186

tags/v7.0.0RC1
Jörn Friedrich Dreyer 10 years ago
parent
commit
b4f40e4da0
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      db_structure.xml

+ 2
- 2
db_structure.xml View File

@@ -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