move the instance stuff to abook where it belongs

This commit is contained in:
redmatrix
2015-12-05 13:24:58 -08:00
parent 61aa33af1d
commit 36ef1d1bc6
4 changed files with 11 additions and 2 deletions

View File

@@ -23,6 +23,7 @@ CREATE TABLE IF NOT EXISTS `abook` (
`abook_profile` char(64) NOT NULL DEFAULT '',
`abook_incl` TEXT NOT NULL DEFAULT '',
`abook_excl` TEXT NOT NULL DEFAULT '',
`abook_instance` TEXT NOT NULL DEFAULT '',
PRIMARY KEY (`abook_id`),
KEY `abook_account` (`abook_account`),
KEY `abook_channel` (`abook_channel`),