mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
okok, maybe assigning a default ordering is not that bad. harhar
git-svn-id: file:///svn/phpbb/trunk@5251 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -761,11 +761,11 @@ CREATE TABLE phpbb_users (
|
||||
user_sortby_type VARCHAR(2) NOT NULL,
|
||||
user_sortby_dir VARCHAR(2) NOT NULL,
|
||||
user_topic_show_days INTEGER DEFAULT 0 NOT NULL,
|
||||
user_topic_sortby_type VARCHAR(1) NOT NULL,
|
||||
user_topic_sortby_dir VARCHAR(1) NOT NULL,
|
||||
user_topic_sortby_type VARCHAR(1) DEFAULT 't' NOT NULL,
|
||||
user_topic_sortby_dir VARCHAR(1) DEFAULT 'd' NOT NULL,
|
||||
user_post_show_days INTEGER DEFAULT 0 NOT NULL,
|
||||
user_post_sortby_type VARCHAR(2) NOT NULL,
|
||||
user_post_sortby_dir VARCHAR(2) NOT NULL,
|
||||
user_post_sortby_type VARCHAR(2) DEFAULT 't' NOT NULL,
|
||||
user_post_sortby_dir VARCHAR(2) DEFAULT 'a' NOT NULL,
|
||||
user_notify INTEGER DEFAULT 0 NOT NULL,
|
||||
user_notify_pm INTEGER DEFAULT 1 NOT NULL,
|
||||
user_notify_type INTEGER DEFAULT 0 NOT NULL,
|
||||
|
Reference in New Issue
Block a user