Ver Fonte

* users.disp_topics - removed NULL

Visman há 6 anos atrás
pai
commit
28e20e59c4
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      app/Models/Pages/Install.php

+ 1 - 1
app/Models/Pages/Install.php

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