mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 13:30:25 +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:
@@ -895,11 +895,11 @@ CREATE TABLE phpbb_users (
|
||||
user_full_folder int(11) DEFAULT '-3' NOT NULL,
|
||||
user_emailtime int(11) DEFAULT '0' NOT NULL,
|
||||
user_topic_show_days smallint(4) DEFAULT 0 NOT NULL,
|
||||
user_topic_sortby_type varchar(1) DEFAULT '' NOT NULL,
|
||||
user_topic_sortby_dir varchar(1) DEFAULT '' 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 smallint(4) DEFAULT 0 NOT NULL,
|
||||
user_post_sortby_type varchar(1) DEFAULT '' NOT NULL,
|
||||
user_post_sortby_dir varchar(1) DEFAULT '' NOT NULL,
|
||||
user_post_sortby_type varchar(1) DEFAULT 't' NOT NULL,
|
||||
user_post_sortby_dir varchar(1) DEFAULT 'a' NOT NULL,
|
||||
user_notify tinyint(1) DEFAULT '0' NOT NULL,
|
||||
user_notify_pm tinyint(1) DEFAULT '1' NOT NULL,
|
||||
user_notify_type tinyint(4) DEFAULT '0' NOT NULL,
|
||||
|
Reference in New Issue
Block a user