missing abook_{my,their}_perms in pg schema and missing keys in mysql schema

This commit is contained in:
Mario Vavti
2017-07-05 10:36:32 +02:00
parent fb5b588349
commit f5735fb67b
2 changed files with 6 additions and 0 deletions

View File

@@ -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`),