aboutsummaryrefslogtreecommitdiffstats
path: root/install/schema_mysql.sql
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-07-05 15:35:53 -0700
committerzotlabs <mike@macgirvin.com>2017-07-05 15:35:53 -0700
commit7fb849ab875d64bc45ed86b6983bd3bd4abda80a (patch)
tree81d27ea002828a42c53541f741bad44684a2c601 /install/schema_mysql.sql
parentf3816836e5943868cb395746cbf3310e5e4bcb7f (diff)
parent8dd9ab05a97f92f9eca5d527e48272f3a44010a8 (diff)
downloadvolse-hubzilla-7fb849ab875d64bc45ed86b6983bd3bd4abda80a.tar.gz
volse-hubzilla-7fb849ab875d64bc45ed86b6983bd3bd4abda80a.tar.bz2
volse-hubzilla-7fb849ab875d64bc45ed86b6983bd3bd4abda80a.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
Diffstat (limited to 'install/schema_mysql.sql')
-rw-r--r--install/schema_mysql.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/install/schema_mysql.sql b/install/schema_mysql.sql
index 6938050cf..4430e9f10 100644
--- a/install/schema_mysql.sql
+++ b/install/schema_mysql.sql
@@ -43,6 +43,8 @@ CREATE TABLE IF NOT EXISTS `abook` (
KEY `abook_account` (`abook_account`),
KEY `abook_channel` (`abook_channel`),
KEY `abook_xchan` (`abook_xchan`),
+ KEY `abook_my_perms` (`abook_my_perms`),
+ KEY `abook_their_perms` (`abook_their_perms`),
KEY `abook_closeness` (`abook_closeness`),
KEY `abook_created` (`abook_created`),
KEY `abook_updated` (`abook_updated`),