user->description can be NULLable (experimenting....)

This commit is contained in:
stronk7 2006-08-31 23:31:36 +00:00
parent 9b99c05f10
commit 5f941d12ab
4 changed files with 11 additions and 2 deletions

View file

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