aboutsummaryrefslogtreecommitdiffstats
path: root/install/schema_mysql.sql
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2016-12-21 15:03:33 -0800
committerzotlabs <mike@macgirvin.com>2016-12-21 15:03:33 -0800
commitbb85e139f110d2d65a54f8aefbd3777a99d053e2 (patch)
tree01cd01d854dfcc02a9571a9f6aca828a639d7975 /install/schema_mysql.sql
parentfcc92299ebaf5a723f31e44e2e16a6248bbdc04b (diff)
downloadvolse-hubzilla-bb85e139f110d2d65a54f8aefbd3777a99d053e2.tar.gz
volse-hubzilla-bb85e139f110d2d65a54f8aefbd3777a99d053e2.tar.bz2
volse-hubzilla-bb85e139f110d2d65a54f8aefbd3777a99d053e2.zip
more vcard work
Diffstat (limited to 'install/schema_mysql.sql')
-rw-r--r--install/schema_mysql.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/install/schema_mysql.sql b/install/schema_mysql.sql
index 3f53ea907..bd7d9d79c 100644
--- a/install/schema_mysql.sql
+++ b/install/schema_mysql.sql
@@ -1059,6 +1059,7 @@ CREATE TABLE IF NOT EXISTS `profile` (
`photo` char(255) NOT NULL DEFAULT '',
`thumb` char(255) NOT NULL DEFAULT '',
`publish` tinyint(1) NOT NULL DEFAULT '0',
+ `profile_vcard` text NOT NULL DEFAULT '',
PRIMARY KEY (`id`),
UNIQUE KEY `guid` (`profile_guid`,`uid`),
KEY `uid` (`uid`),