aboutsummaryrefslogtreecommitdiffstats
path: root/database.sql
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-10-19 17:15:00 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-10-19 17:15:00 -0700
commitbf727dc3e8e9159e59bded135aaf3f790306e6e0 (patch)
tree9b229da3f181dc71f99737d03729b96e6ae9e704 /database.sql
parentd58ff1a8df2b2ed041fb2be899844ecf4e4a930b (diff)
downloadvolse-hubzilla-bf727dc3e8e9159e59bded135aaf3f790306e6e0.tar.gz
volse-hubzilla-bf727dc3e8e9159e59bded135aaf3f790306e6e0.tar.bz2
volse-hubzilla-bf727dc3e8e9159e59bded135aaf3f790306e6e0.zip
db support for relationship->with in 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 8b1f35cd2..d256fc659 100644
--- a/database.sql
+++ b/database.sql
@@ -280,6 +280,7 @@ CREATE TABLE IF NOT EXISTS `profile` (
`country-name` char(255) NOT NULL,
`gender` char(32) NOT NULL,
`marital` char(255) NOT NULL,
+ `with` text NOT NULL,
`sexual` char(255) NOT NULL,
`politic` char(255) NOT NULL,
`religion` char(255) NOT NULL,