1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-28 04:20:32 +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:
Meik Sievertsen
2005-10-03 21:52:56 +00:00
parent 9439a3f49a
commit 9f6864cd0c
6 changed files with 24 additions and 20 deletions

View File

@@ -1165,11 +1165,11 @@ CREATE TABLE phpbb_users (
user_sortby_type varchar(1) DEFAULT '' NOT NULL,
user_sortby_dir varchar(1) DEFAULT '' NOT NULL,
user_topic_show_days INT4 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 INT4 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 INT2 DEFAULT '0' NOT NULL,
user_notify_pm INT2 DEFAULT '1' NOT NULL,
user_notify_type INT2 DEFAULT '0' NOT NULL,