Skip to content
Snippets Groups Projects
Commit a346467c authored by Wouter Wolters's avatar Wouter Wolters Committed by Morton Jonuschat
Browse files

[BUGFIX] Fix column "note" to be compatible with MySQL strict mode

Resolves: #77568
Releases: master,7.6
Change-Id: Ie056cd7fc1d12149b534c6669cb8fe33f83ce667
Reviewed-on: https://review.typo3.org/49533


Tested-by: default avatarBamboo TYPO3com <info@typo3.com>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarMorton Jonuschat <m.jonuschat@mojocode.de>
Tested-by: default avatarMorton Jonuschat <m.jonuschat@mojocode.de>
parent 5e3a3dc5
No related merge requests found
......@@ -20,7 +20,7 @@ CREATE TABLE sys_file_metadata (
ranking int(11) unsigned DEFAULT '0',
content_creation_date int(11) unsigned DEFAULT '0',
content_modification_date int(11) unsigned DEFAULT '0',
note text NOT NULL,
note text,
# px,mm,cm,m,p, ...
unit char(3) DEFAULT '',
......@@ -41,4 +41,4 @@ CREATE TABLE sys_file_metadata (
# FE permissions
fe_groups tinytext
);
);
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment