diff options
author | Joas Schilling <coding@schilljs.com> | 2017-05-18 14:28:27 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2017-05-18 14:45:26 +0200 |
commit | fad02fe00c88010739ad769c4f46199c5c462e07 (patch) | |
tree | 1eb00601e9a9de51650220c3085feaf715565807 /db_structure.xml | |
parent | d41fd7471c05ccaff14d13ed1a8d721dc363b8b0 (diff) | |
download | nextcloud-server-fad02fe00c88010739ad769c4f46199c5c462e07.tar.gz nextcloud-server-fad02fe00c88010739ad769c4f46199c5c462e07.zip |
Add the column so we keep the value from before the update
Signed-off-by: Joas Schilling <coding@schilljs.com>
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 d6eba8b3713..583e9bb8522 100644 --- a/db_structure.xml +++ b/db_structure.xml @@ -922,6 +922,14 @@ <length>1</length> </field> + <field> + <name>share_name</name> + <type>text</type> + <default></default> + <notnull>false</notnull> + <length>64</length> + </field> + <index> <name>item_share_type_index</name> <field> |