diff options
author | Michael Gapczynski <mtgap@owncloud.com> | 2012-09-12 01:01:45 -0400 |
---|---|---|
committer | Michael Gapczynski <mtgap@owncloud.com> | 2012-09-12 01:01:45 -0400 |
commit | b194ac3ddeeab6ce923a313725b3ce85fe849baa (patch) | |
tree | 028c4166dfbc98e3f911eb70257d8ef985611d4c /db_structure.xml | |
parent | 6c29334b4888309e7b60cbdf4defdac1c47195bf (diff) | |
download | nextcloud-server-b194ac3ddeeab6ce923a313725b3ce85fe849baa.tar.gz nextcloud-server-b194ac3ddeeab6ce923a313725b3ce85fe849baa.zip |
Add expiration column to share table and bump version number
Diffstat (limited to 'db_structure.xml')
-rw-r--r-- | db_structure.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/db_structure.xml b/db_structure.xml index 8c96fa7c39c..d4299e1e8a5 100644 --- a/db_structure.xml +++ b/db_structure.xml @@ -563,6 +563,13 @@ <length>1</length> </field> + <field> + <name>expiration</name> + <type>timestamp</type> + <default></default> + <notnull>false</notnull> + </field> + </declaration> </table> |