aboutsummaryrefslogtreecommitdiffstats
path: root/install/database.sql
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-07-29 17:30:46 -0700
committerfriendica <info@friendica.com>2013-07-29 17:30:46 -0700
commit7b3c29ebe69726f7d42c9327bebb2ea7251bccb4 (patch)
treeeea014afe0989f657768eaf56cacf0f33a6e88df /install/database.sql
parent092ef64ac78d7535788ba03b0d940fa311e0934d (diff)
downloadvolse-hubzilla-7b3c29ebe69726f7d42c9327bebb2ea7251bccb4.tar.gz
volse-hubzilla-7b3c29ebe69726f7d42c9327bebb2ea7251bccb4.tar.bz2
volse-hubzilla-7b3c29ebe69726f7d42c9327bebb2ea7251bccb4.zip
fix bug #84, make imported messages from your clones show up on your wall
Diffstat (limited to 'install/database.sql')
-rw-r--r--install/database.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/database.sql b/install/database.sql
index e8b01d066..29ee19a2d 100644
--- a/install/database.sql
+++ b/install/database.sql
@@ -443,7 +443,7 @@ CREATE TABLE IF NOT EXISTS `item` (
`owner_xchan` char(255) NOT NULL DEFAULT '',
`author_xchan` char(255) NOT NULL DEFAULT '',
`mimetype` char(255) NOT NULL DEFAULT '',
- `title` char(255) NOT NULL DEFAULT '',
+ `title` text NOT NULL DEFAULT '',
`body` mediumtext NOT NULL,
`app` char(255) NOT NULL DEFAULT '',
`lang` char(64) NOT NULL DEFAULT '',