mirror of
https://github.com/friendica/friendica
synced 2025-04-28 09:44:23 +02:00
resize the item guid field for protocol compatibility - it's getting truncated.
This commit is contained in:
parent
03245e4a83
commit
9464af0eef
3 changed files with 11 additions and 3 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue