set sharing layout

This commit is contained in:
Vinzenz Rosenkranz
2016-05-31 00:38:56 +02:00
parent 710bee7069
commit 45fa10394f
5 changed files with 88 additions and 3 deletions

View File

@@ -108,4 +108,38 @@
</field>
</declaration>
</table>
</database>
<table>
<name>*dbprefix*quicknotes_shares</name>
<declaration>
<field>
<name>id</name>
<type>integer</type>
<notnull>true</notnull>
<autoincrement>true</autoincrement>
<unsigned>true</unsigned>
<primary>true</primary>
<length>8</length>
</field>
<field>
<name>note_id</name>
<type>integer</type>
<notnull>true</notnull>
<autoincrement>true</autoincrement>
<unsigned>true</unsigned>
<length>8</length>
</field>
<field>
<name>shared_user</name>
<type>text</type>
<length>200</length>
<default></default>
</field>
<field>
<name>shared_group</name>
<type>text</type>
<length>200</length>
<default></default>
</field>
</declaration>
</table>
</database>

View File

@@ -5,7 +5,7 @@
<description>Quick notes with text, check lists and pictures</description>
<licence>AGPL</licence>
<author>Matias De lellis</author>
<version>0.1.0</version>
<version>0.1.1</version>
<namespace>QuickNotes</namespace>
<category>tool</category>
<website>https://github.com/matiasdelellis</website>
@@ -15,4 +15,4 @@
<dependencies>
<owncloud min-version="8.0" max-version="9.1"/>
</dependencies>
</info>
</info>