aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Kostikov <max@kostikov.co>2019-09-23 14:14:02 +0200
committerMax Kostikov <max@kostikov.co>2019-09-23 14:14:02 +0200
commitb42c42692e678d3e0e55a7e2e8f006ef3f59b53f (patch)
tree96b0bb255195f70ced58763702ee167fb7b1d5e6
parent86b4a53858dff8a91a051faad3b4505db0fe44ba (diff)
downloadvolse-hubzilla-b42c42692e678d3e0e55a7e2e8f006ef3f59b53f.tar.gz
volse-hubzilla-b42c42692e678d3e0e55a7e2e8f006ef3f59b53f.tar.bz2
volse-hubzilla-b42c42692e678d3e0e55a7e2e8f006ef3f59b53f.zip
Update plink type for MySQL
-rw-r--r--install/schema_mysql.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/schema_mysql.sql b/install/schema_mysql.sql
index e7550455f..3eb2fdb20 100644
--- a/install/schema_mysql.sql
+++ b/install/schema_mysql.sql
@@ -596,7 +596,7 @@ CREATE TABLE IF NOT EXISTS `item` (
`postopts` text NOT NULL,
`route` text NOT NULL,
`llink` char(191) NOT NULL DEFAULT '',
- `plink` char(191) NOT NULL DEFAULT '',
+ `plink` text NOT NULL DEFAULT '',
`resource_id` char(191) NOT NULL DEFAULT '',
`resource_type` char(16) NOT NULL DEFAULT '',
`attach` mediumtext NOT NULL,