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 aa0916264c9..7c67ca78f4e 100644 --- a/db_structure.xml +++ b/db_structure.xml @@ -189,6 +189,14 @@ <length>4</length> </field> + <field> + <name>etag</name> + <type>text</type> + <default></default> + <notnull>true</notnull> + <length>250</length> + </field> + <index> <name>storage_path_hash</name> <unique>true</unique> |