diff options
author | zotlabs <mike@macgirvin.com> | 2016-12-21 15:03:33 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2016-12-21 15:03:33 -0800 |
commit | bb85e139f110d2d65a54f8aefbd3777a99d053e2 (patch) | |
tree | 01cd01d854dfcc02a9571a9f6aca828a639d7975 /install/schema_postgres.sql | |
parent | fcc92299ebaf5a723f31e44e2e16a6248bbdc04b (diff) | |
download | volse-hubzilla-bb85e139f110d2d65a54f8aefbd3777a99d053e2.tar.gz volse-hubzilla-bb85e139f110d2d65a54f8aefbd3777a99d053e2.tar.bz2 volse-hubzilla-bb85e139f110d2d65a54f8aefbd3777a99d053e2.zip |
more vcard work
Diffstat (limited to 'install/schema_postgres.sql')
-rw-r--r-- | install/schema_postgres.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/install/schema_postgres.sql b/install/schema_postgres.sql index 1a51ff718..f8e4ecf5f 100644 --- a/install/schema_postgres.sql +++ b/install/schema_postgres.sql @@ -1043,6 +1043,7 @@ CREATE TABLE "profile" ( "photo" text NOT NULL, "thumb" text NOT NULL, "publish" numeric(1) NOT NULL DEFAULT '0', + "profile_vcard" text NOT NULL DEFAULT '', PRIMARY KEY ("id"), UNIQUE ("profile_guid","uid") |