aboutsummaryrefslogtreecommitdiffstats
path: root/database.sql
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-06-02 20:58:20 -0700
committerfriendica <info@friendica.com>2012-06-02 20:58:20 -0700
commitd27c6de84e28f8094c695b3857dc69f103cffa08 (patch)
tree6c8b20c747fdee230483a1f500a40036d295ba13 /database.sql
parent3d39e6e59489cf5013d7515a6e9deb2175d433ee (diff)
downloadvolse-hubzilla-d27c6de84e28f8094c695b3857dc69f103cffa08.tar.gz
volse-hubzilla-d27c6de84e28f8094c695b3857dc69f103cffa08.tar.bz2
volse-hubzilla-d27c6de84e28f8094c695b3857dc69f103cffa08.zip
add hometown to profiles
Diffstat (limited to 'database.sql')
-rw-r--r--database.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/database.sql b/database.sql
index e32bca5ac..b20846bad 100644
--- a/database.sql
+++ b/database.sql
@@ -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,