diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-07-05 10:36:32 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-07-05 10:36:32 +0200 |
commit | f5735fb67b5b59279a33bb8b3852b69f1402c64d (patch) | |
tree | 79f19f6e8f0914da8acf5f82cf0fc4e97153e4c3 /install/schema_mysql.sql | |
parent | fb5b58834951a32a3e5c14a1a48402dd779d1949 (diff) | |
download | volse-hubzilla-f5735fb67b5b59279a33bb8b3852b69f1402c64d.tar.gz volse-hubzilla-f5735fb67b5b59279a33bb8b3852b69f1402c64d.tar.bz2 volse-hubzilla-f5735fb67b5b59279a33bb8b3852b69f1402c64d.zip |
missing abook_{my,their}_perms in pg schema and missing keys in mysql schema
Diffstat (limited to 'install/schema_mysql.sql')
-rw-r--r-- | install/schema_mysql.sql | 2 |
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`), |