Ver código fonte

shorten userid columns to 64 chars, ref #9186

tags/v7.0.0RC1
Jörn Friedrich Dreyer 10 anos atrás
pai
commit
b4f40e4da0
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2
    2
      db_structure.xml

+ 2
- 2
db_structure.xml Ver arquivo

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

Carregando…
Cancelar
Salvar