diff options
Diffstat (limited to 'db_structure.xml')
-rw-r--r-- | db_structure.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/db_structure.xml b/db_structure.xml index ea1b89e28da..dbbfa8c7a4d 100644 --- a/db_structure.xml +++ b/db_structure.xml @@ -397,6 +397,14 @@ <length>4</length> </field> + <field> + <name>checksum</name> + <type>text</type> + <default></default> + <notnull>false</notnull> + <length>255</length> + </field> + <index> <name>fs_storage_path_hash</name> |