]> source.dussan.org Git - nextcloud-server.git/commitdiff
Remove old database xml file for files_sharing, bump version number
authorMichael Gapczynski <mtgap@owncloud.com>
Tue, 28 Aug 2012 13:55:24 +0000 (09:55 -0400)
committerMichael Gapczynski <mtgap@owncloud.com>
Tue, 28 Aug 2012 13:55:24 +0000 (09:55 -0400)
apps/files_sharing/appinfo/database.xml [deleted file]
apps/files_sharing/appinfo/version

diff --git a/apps/files_sharing/appinfo/database.xml b/apps/files_sharing/appinfo/database.xml
deleted file mode 100644 (file)
index c5cb632..0000000
+++ /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>
index f4778493c50025c6ab147a1fec7486ef0c706792..1d71ef97443918d538e8188167c94d7bbafaf753 100644 (file)
@@ -1 +1 @@
-0.2.2
\ No newline at end of file
+0.3
\ No newline at end of file