add hometown to profiles

This commit is contained in:
friendica 2012-06-02 20:58:20 -07:00
commit d27c6de84e
8 changed files with 34 additions and 4 deletions

View file

@ -820,6 +820,7 @@ CREATE TABLE IF NOT EXISTS `profile` (
`region` char(255) NOT NULL,
`postal-code` char(32) NOT NULL,
`country-name` char(255) NOT NULL,
`hometown` char(255) NOT NULL,
`gender` char(32) NOT NULL,
`marital` char(255) NOT NULL,
`with` text NOT NULL,