mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
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:
parent
716a508520
commit
27998b9e2f
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user