diff options
author | Michael Gapczynski <mtgap@owncloud.com> | 2012-08-28 09:55:24 -0400 |
---|---|---|
committer | Michael Gapczynski <mtgap@owncloud.com> | 2012-08-28 09:55:24 -0400 |
commit | 1e2ba8398d9f7df8dc38a425b31a37a2f3fe7f0a (patch) | |
tree | a9ba6dc01d36814e0ffa63cd1673e7b671b5e56c | |
parent | 0a1f24142a71e82b59eebcf6c7886a5cbc3fe54e (diff) | |
download | nextcloud-server-1e2ba8398d9f7df8dc38a425b31a37a2f3fe7f0a.tar.gz nextcloud-server-1e2ba8398d9f7df8dc38a425b31a37a2f3fe7f0a.zip |
Remove old database xml file for files_sharing, bump version number
-rw-r--r-- | apps/files_sharing/appinfo/database.xml | 42 | ||||
-rw-r--r-- | apps/files_sharing/appinfo/version | 2 |
2 files changed, 1 insertions, 43 deletions
diff --git a/apps/files_sharing/appinfo/database.xml b/apps/files_sharing/appinfo/database.xml deleted file mode 100644 index c5cb632d4fe..00000000000 --- a/apps/files_sharing/appinfo/database.xml +++ /dev/null @@ -1,42 +0,0 @@ -<?xml version="1.0" encoding="ISO-8859-1" ?> -<database> - <name>*dbname*</name> - <create>true</create> - <overwrite>false</overwrite> - <charset>utf8</charset> - <table> - <name>*dbprefix*sharing</name> - <declaration> - <field> - <name>uid_owner</name> - <type>text</type> - <notnull>true</notnull> - <length>64</length> - </field> - <field> - <name>uid_shared_with</name> - <type>text</type> - <notnull>true</notnull> - <length>64</length> - </field> - <field> - <name>source</name> - <type>text</type> - <notnull>true</notnull> - <length>128</length> - </field> - <field> - <name>target</name> - <type>text</type> - <notnull>true</notnull> - <length>128</length> - </field> - <field> - <name>permissions</name> - <type>integer</type> - <notnull>true</notnull> - <length>1</length> - </field> - </declaration> - </table> -</database> diff --git a/apps/files_sharing/appinfo/version b/apps/files_sharing/appinfo/version index f4778493c50..1d71ef97443 100644 --- a/apps/files_sharing/appinfo/version +++ b/apps/files_sharing/appinfo/version @@ -1 +1 @@ -0.2.2
\ No newline at end of file +0.3
\ No newline at end of file |