Remove old database xml file for files_sharing, bump version number

This commit is contained in:
Michael Gapczynski 2012-08-28 09:55:24 -04:00
parent 0a1f24142a
commit 1e2ba8398d
2 changed files with 1 additions and 43 deletions

View File

@ -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>

View File

@ -1 +1 @@
0.2.2
0.3