diff options
Diffstat (limited to 'db_structure.xml')
-rw-r--r-- | db_structure.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/db_structure.xml b/db_structure.xml index 13d5732a8d5..5ef22b595cf 100644 --- a/db_structure.xml +++ b/db_structure.xml @@ -81,6 +81,15 @@ <notnull>true</notnull> <length>512</length> </field> + + <field> + <name>user</name> + <type>text</type> + <default> + </default> + <notnull>true</notnull> + <length>64</length> + </field> <field> <name>size</name> |