mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 18:06:51 +02:00
user->description can be NULLable (experimenting....)
This commit is contained in:
parent
9b99c05f10
commit
5f941d12ab
4 changed files with 11 additions and 2 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue