resize the item guid field for protocol compatibility - it's getting truncated.

This commit is contained in:
friendica 2014-09-01 21:45:34 -07:00
parent 03245e4a83
commit 9464af0eef
3 changed files with 11 additions and 3 deletions

View file

@ -507,7 +507,7 @@ CREATE TABLE IF NOT EXISTS `intro` (
CREATE TABLE IF NOT EXISTS `item` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`guid` char(64) NOT NULL,
`guid` char(255) NOT NULL,
`uri` char(255) CHARACTER SET ascii NOT NULL,
`uid` int(10) unsigned NOT NULL DEFAULT '0',
`contact-id` int(10) unsigned NOT NULL DEFAULT '0',