add acl stuff

This commit is contained in:
Julius Haertl
2016-07-08 19:29:07 +02:00
parent 0b46412623
commit 82158f03a0
5 changed files with 26 additions and 2 deletions

View File

@@ -372,6 +372,22 @@
<type>boolean</type>
<default>false</default>
</field>
<index>
<unique>true</unique>
<field>
<name>board_id</name>
<sorting>ascending</sorting>
</field>
<field>
<name>type</name>
<sorting>ascending</sorting>
</field>
<field>
<name>participant</name>
<sorting>ascending</sorting>
</field>
</index>
</declaration>
</table>
</database>