Added a NOT NULL to a text field just because others have it and now it agrees with my recent commit to STABLE.

This commit is contained in:
gustav_delius 2006-02-09 12:23:49 +00:00
parent 716a508520
commit 27998b9e2f

View File

@ -606,7 +606,7 @@ CREATE TABLE `prefix_user` (
`secret` varchar(15) default NULL,
`picture` tinyint(1) default NULL,
`url` varchar(255) default NULL,
`description` text default '',
`description` text NOT NULL default '',
`mailformat` tinyint(1) unsigned NOT NULL default '1',
`maildigest` tinyint(1) unsigned NOT NULL default '0',
`maildisplay` tinyint(2) unsigned NOT NULL default '2',