* users.disp_topics - removed NULL
This commit is contained in:
parent
03cc67dedb
commit
28e20e59c4
1 changed files with 1 additions and 1 deletions
|
@ -880,7 +880,7 @@ class Install extends Page
|
|||
'yahoo' => ['VARCHAR(30)', false, ''],
|
||||
'location' => ['VARCHAR(30)', false, ''],
|
||||
'signature' => ['TEXT', false],
|
||||
'disp_topics' => ['TINYINT(3) UNSIGNED', true],
|
||||
'disp_topics' => ['TINYINT(3) UNSIGNED', false, 0],
|
||||
'disp_posts' => ['TINYINT(3) UNSIGNED', true],
|
||||
'email_setting' => ['TINYINT(1)', false, 1],
|
||||
'notify_with_post' => ['TINYINT(1)', false, 0],
|
||||
|
|
Loading…
Add table
Reference in a new issue