From efdcf7ad1662302af48086d3467445e1874e33a9 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 27 Dec 2012 00:57:47 -0800 Subject: put keywords back in xprof - too messy to search and join from a separate table --- install/database.sql | 1 + 1 file changed, 1 insertion(+) (limited to 'install/database.sql') diff --git a/install/database.sql b/install/database.sql index 990399bc4..817091df5 100644 --- a/install/database.sql +++ b/install/database.sql @@ -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`), -- cgit v1.2.3