diff options
Diffstat (limited to 'db_structure.xml')
-rw-r--r-- | db_structure.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/db_structure.xml b/db_structure.xml index 0791270a4b9..b37a5b36597 100644 --- a/db_structure.xml +++ b/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> |