added "secret" profile search keywords
This commit is contained in:
parent
4a2d83fcff
commit
24a9a41f96
8 changed files with 29 additions and 3 deletions
|
@ -292,6 +292,7 @@ CREATE TABLE IF NOT EXISTS `profile` (
|
|||
`sexual` char(255) NOT NULL,
|
||||
`politic` char(255) NOT NULL,
|
||||
`religion` char(255) NOT NULL,
|
||||
`keywords` text NOT NULL,
|
||||
`about` text NOT NULL,
|
||||
`summary` char(255) NOT NULL,
|
||||
`music` text NOT NULL,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue