mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-13 12:14:06 +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:
@@ -1331,7 +1331,7 @@ CREATE TABLE phpbb_users (
|
||||
user_lastpost_time INTEGER DEFAULT 0 NOT NULL,
|
||||
user_lastpage VARCHAR(200) DEFAULT '' NOT NULL,
|
||||
user_last_confirm_key VARCHAR(10) DEFAULT '',
|
||||
user_last_search INTEGER DEFAULT 0 NOT NULL,
|
||||
user_last_search INTEGER DEFAULT 0,
|
||||
user_warnings INTEGER DEFAULT 0,
|
||||
user_last_warning INTEGER DEFAULT 0,
|
||||
user_login_attempts INTEGER DEFAULT 0,
|
||||
|
Reference in New Issue
Block a user