diff options
author | friendica <info@friendica.com> | 2012-10-23 21:24:23 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-10-23 21:24:23 -0700 |
commit | 968b9ce1af797ad422e26eb35bd58fc4ebd8c4b3 (patch) | |
tree | d95c068957657b11ba08ea67052454b0cdf8b593 /database.sql | |
parent | 8e8482355baa55a5c9e3cb3553eecf5a733e2897 (diff) | |
download | volse-hubzilla-968b9ce1af797ad422e26eb35bd58fc4ebd8c4b3.tar.gz volse-hubzilla-968b9ce1af797ad422e26eb35bd58fc4ebd8c4b3.tar.bz2 volse-hubzilla-968b9ce1af797ad422e26eb35bd58fc4ebd8c4b3.zip |
more heavy lifting
Diffstat (limited to 'database.sql')
-rw-r--r-- | database.sql | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/database.sql b/database.sql index 0250a3461..5c0e2d85b 100644 --- a/database.sql +++ b/database.sql @@ -902,7 +902,10 @@ CREATE TABLE IF NOT EXISTS `xchan` ( `xchan_guid` char(255) NOT NULL DEFAULT '', `xchan_guid_sig` char(255) NOT NULL DEFAULT '', `xchan_pubkey` text NOT NULL, - `xchan_photo` char(255) NOT NULL DEFAULT '', + `xchan_photo_mimetype` char(32) NOT NULL DEFAULT 'image/jpeg', + `xchan_photo_l` char(255) NOT NULL DEFAULT '', + `xchan_photo_m` char(255) NOT NULL DEFAULT '', + `xchan_photo_s` char(255) NOT NULL DEFAULT '', `xchan_addr` char(255) NOT NULL DEFAULT '', `xchan_profile` char(255) NOT NULL DEFAULT '', `xchan_name` char(255) NOT NULL DEFAULT '', |