- Patch #36133 by Thox: make it possible to install Drupal on MySQL, running in strict mode.
parent
69f3a4d654
commit
ecd6969d9f
|
@ -129,7 +129,7 @@ CREATE TABLE blocks (
|
|||
custom tinyint(2) DEFAULT '0' NOT NULL,
|
||||
throttle tinyint(1) DEFAULT '0' NOT NULL,
|
||||
visibility tinyint(1) DEFAULT '0' NOT NULL,
|
||||
pages text NOT NULL
|
||||
pages text DEFAULT '' NOT NULL
|
||||
) TYPE=MyISAM;
|
||||
|
||||
--
|
||||
|
|
Loading…
Reference in New Issue