- Patch #36133 by Thox: make it possible to install Drupal on MySQL, running in strict mode.

4.7.x
Dries Buytaert 2005-11-29 11:48:44 +00:00
parent 69f3a4d654
commit ecd6969d9f
1 changed files with 1 additions and 1 deletions

View File

@ -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;
--