put keywords back in xprof - too messy to search and join from a separate table

This commit is contained in:
friendica
2012-12-27 00:57:47 -08:00
parent 196375251d
commit efdcf7ad16
3 changed files with 12 additions and 2 deletions

View File

@@ -853,6 +853,7 @@ CREATE TABLE IF NOT EXISTS `xprof` (
`xprof_region` char(255) NOT NULL DEFAULT '',
`xprof_postcode` char(32) NOT NULL DEFAULT '',
`xprof_country` char(255) NOT NULL DEFAULT '',
`xprof_keywords` text NOT NULL,
PRIMARY KEY (`xprof_hash`),
KEY `xprof_desc` (`xprof_desc`),
KEY `xprof_dob` (`xprof_dob`),