diff options
Diffstat (limited to 'apps/files_sharing/appinfo')
-rw-r--r-- | apps/files_sharing/appinfo/.database.xml.kate-swp | bin | 0 -> 34 bytes | |||
-rw-r--r-- | apps/files_sharing/appinfo/database.xml | 24 |
2 files changed, 9 insertions, 15 deletions
diff --git a/apps/files_sharing/appinfo/.database.xml.kate-swp b/apps/files_sharing/appinfo/.database.xml.kate-swp Binary files differnew file mode 100644 index 00000000000..f2127b00c76 --- /dev/null +++ b/apps/files_sharing/appinfo/.database.xml.kate-swp diff --git a/apps/files_sharing/appinfo/database.xml b/apps/files_sharing/appinfo/database.xml index bb80484bd63..3378b6b09e5 100644 --- a/apps/files_sharing/appinfo/database.xml +++ b/apps/files_sharing/appinfo/database.xml @@ -8,40 +8,34 @@ <name>*dbprefix*sharing</name> <declaration> <field> - <name>item</name> + <name>uid_owner</name> <type>text</type> <notnull>true</notnull> - <length>128</length> + <length>64</length> </field> <field> - <name>source</name> + <name>uid_shared_with</name> <type>text</type> <notnull>true</notnull> - <length>128</length> + <length>64</length> </field> <field> - <name>target</name> + <name>source</name> <type>text</type> <notnull>true</notnull> <length>128</length> </field> <field> - <name>uid_owner</name> + <name>target</name> <type>text</type> <notnull>true</notnull> - <length>64</length> + <length>128</length> </field> <field> - <name>uid_shared_with</name> - <type>text</type> - <notnull>true</notnull> - <length>64</length> - </field> - <field> <name>permissions</name> - <type>text</type> + <type>integer</type> <notnull>true</notnull> - <length>3</length> + <length>1</length> </field> </declaration> </table> |