aboutsummaryrefslogtreecommitdiffstats
path: root/install/schema_mysql.sql
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2025-04-05 18:48:07 +0000
committerMario <mario@mariovavti.com>2025-04-05 18:48:07 +0000
commit4dfdb2b2e1c803927f292c7bd4dcbec424775a68 (patch)
tree710c7fe425d331a1f5c7c55c0d6159e8d2c46c5d /install/schema_mysql.sql
parenta5a2d80c5094e0f42a98faa7a97bba0de757ec0f (diff)
downloadvolse-hubzilla-4dfdb2b2e1c803927f292c7bd4dcbec424775a68.tar.gz
volse-hubzilla-4dfdb2b2e1c803927f292c7bd4dcbec424775a68.tar.bz2
volse-hubzilla-4dfdb2b2e1c803927f292c7bd4dcbec424775a68.zip
bump item.obj and item.target to mediumtext for mysql
Diffstat (limited to 'install/schema_mysql.sql')
-rw-r--r--install/schema_mysql.sql4
1 files changed, 2 insertions, 2 deletions
diff --git a/install/schema_mysql.sql b/install/schema_mysql.sql
index c3f3b15ba..e75224815 100644
--- a/install/schema_mysql.sql
+++ b/install/schema_mysql.sql
@@ -581,9 +581,9 @@ CREATE TABLE IF NOT EXISTS `item` (
`revision` int(10) unsigned NOT NULL DEFAULT 0 ,
`verb` char(191) NOT NULL DEFAULT '',
`obj_type` char(191) NOT NULL DEFAULT '',
- `obj` text NOT NULL,
+ `obj` mediumtext NOT NULL,
`tgt_type` char(191) NOT NULL DEFAULT '',
- `target` text NOT NULL,
+ `target` mediumtext NOT NULL,
`layout_mid` char(191) NOT NULL DEFAULT '',
`postopts` text NOT NULL,
`route` text NOT NULL,