Skip to content
Snippets Groups Projects
Commit 24de26c1 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Changing the node body to type 'mediumtext'.  Addresses bug #2155.
parent 9fe3d9c4
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -274,7 +274,7 @@ CREATE TABLE node (
users text NOT NULL,
attributes varchar(255) NOT NULL default '',
teaser text NOT NULL,
body text NOT NULL,
body mediumtext NOT NULL,
changed int(11) NOT NULL default '0',
revisions text NOT NULL,
static int(2) NOT NULL default '0',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment