no this isn't it. well ok, it's part of it, but not the important part. it's still pretty cool.

This commit is contained in:
redmatrix
2015-06-28 21:16:56 -07:00
parent 1ee1b6a334
commit de13497333
11 changed files with 128 additions and 25 deletions

View File

@@ -20,6 +20,8 @@ CREATE TABLE IF NOT EXISTS `abook` (
`abook_dob` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`abook_flags` int(11) NOT NULL DEFAULT '0',
`abook_profile` char(64) NOT NULL DEFAULT '',
`abook_incl` TEXT NOT NULL DEFAULT '',
`abook_excl` TEXT NOT NULL DEFAULT '',
PRIMARY KEY (`abook_id`),
KEY `abook_account` (`abook_account`),
KEY `abook_channel` (`abook_channel`),