Increase length of sys_filemount.path from 120 to 255 chars.
Resolves: #84643
Releases: master,8.7
Change-Id: I84ff263a97e30403f5851ba731773e7ab5efde91
Reviewed-on: https://review.typo3.org/56650
Reviewed-by: Daniel Haupt <dh@schiffel.it>
Tested-by: Daniel Haupt <dh@schiffel.it>
Tested-by: TYPO3com <no-reply@typo3.com>
Reviewed-by: Wouter Wolters <typo3@wouterwolters.nl>
Tested-by: Wouter Wolters <typo3@wouterwolters.nl>
tstamp int(11) unsigned DEFAULT '0' NOT NULL,
title varchar(30) DEFAULT '' NOT NULL,
description varchar(2000) DEFAULT '' NOT NULL,
- path varchar(120) DEFAULT '' NOT NULL,
+ path varchar(255) DEFAULT '' NOT NULL,
base int(11) unsigned DEFAULT '0' NOT NULL,
hidden tinyint(3) unsigned DEFAULT '0' NOT NULL,
deleted tinyint(1) unsigned DEFAULT '0' NOT NULL,