mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-12 03:34:04 +02:00
[feature/passwords] Modify forum_password column type for new hash types
PHPBB3-11610
This commit is contained in:
@@ -537,7 +537,7 @@ CREATE TABLE phpbb_forums (
|
||||
forum_desc_options number(11) DEFAULT '7' NOT NULL,
|
||||
forum_desc_uid varchar2(8) DEFAULT '' ,
|
||||
forum_link varchar2(765) DEFAULT '' ,
|
||||
forum_password varchar2(120) DEFAULT '' ,
|
||||
forum_password varchar2(255) DEFAULT '' ,
|
||||
forum_style number(8) DEFAULT '0' NOT NULL,
|
||||
forum_image varchar2(255) DEFAULT '' ,
|
||||
forum_rules clob DEFAULT '' ,
|
||||
|
Reference in New Issue
Block a user