diff options
author | Michael Gapczynski <mtgap@owncloud.com> | 2012-12-30 16:32:55 -0500 |
---|---|---|
committer | Michael Gapczynski <mtgap@owncloud.com> | 2012-12-30 16:32:55 -0500 |
commit | 2c23e143d33e231e62dccb450bf1f1b0f3938ccd (patch) | |
tree | 345c01d6454a806f8df6d9f77f88320d3bd0e659 /db_structure.xml | |
parent | d275725e233092f21247a62bde3e46a352d5a1b5 (diff) | |
download | nextcloud-server-2c23e143d33e231e62dccb450bf1f1b0f3938ccd.tar.gz nextcloud-server-2c23e143d33e231e62dccb450bf1f1b0f3938ccd.zip |
Store etags in the file cache
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> |