* users.disp_posts- removed NULL

This commit is contained in:
Visman 2018-10-31 18:33:00 +07:00
parent 28e20e59c4
commit b5d0d18f50

View file

@ -881,7 +881,7 @@ class Install extends Page
'location' => ['VARCHAR(30)', false, ''],
'signature' => ['TEXT', false],
'disp_topics' => ['TINYINT(3) UNSIGNED', false, 0],
'disp_posts' => ['TINYINT(3) UNSIGNED', true],
'disp_posts' => ['TINYINT(3) UNSIGNED', false, 0],
'email_setting' => ['TINYINT(1)', false, 1],
'notify_with_post' => ['TINYINT(1)', false, 0],
'auto_notify' => ['TINYINT(1)', false, 0],