mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-07 01:06:48 +02:00
[feature/passwords] Modify forum_password column type for new hash types
PHPBB3-11610
This commit is contained in:
@@ -259,7 +259,7 @@ CREATE TABLE phpbb_forums (
|
||||
forum_desc_options INTEGER UNSIGNED NOT NULL DEFAULT '7',
|
||||
forum_desc_uid varchar(8) NOT NULL DEFAULT '',
|
||||
forum_link varchar(255) NOT NULL DEFAULT '',
|
||||
forum_password varchar(40) NOT NULL DEFAULT '',
|
||||
forum_password varchar(255) NOT NULL DEFAULT '',
|
||||
forum_style INTEGER UNSIGNED NOT NULL DEFAULT '0',
|
||||
forum_image varchar(255) NOT NULL DEFAULT '',
|
||||
forum_rules text(65535) NOT NULL DEFAULT '',
|
||||
|
Reference in New Issue
Block a user