mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
- making user_last_search a NULL column so MSSQL won't hate us
- making ignore_words and synonyms optional for language packs git-svn-id: file:///svn/phpbb/trunk@5983 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -2128,7 +2128,7 @@ CREATE TABLE [phpbb_users] (
|
||||
[user_lastpost_time] [int] NOT NULL ,
|
||||
[user_lastpage] [varchar] (200) NOT NULL ,
|
||||
[user_last_confirm_key] [varchar] (10) NULL ,
|
||||
[user_last_search] [int] NOT NULL ,
|
||||
[user_last_search] [int] NULL ,
|
||||
[user_warnings] [int] NULL ,
|
||||
[user_last_warning] [int] NULL ,
|
||||
[user_login_attempts] [int] NULL ,
|
||||
|
Reference in New Issue
Block a user