aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas/postgres_schema.sql
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2013-02-04 20:57:37 -0600
committerNathan Guse <nathaniel.guse@gmail.com>2013-02-04 20:57:37 -0600
commit1e5a1b72dca4e0ccae9340467225499649dea6c8 (patch)
tree6f16d15999e6ac5f158643619213acbf2a7daf7c /phpBB/install/schemas/postgres_schema.sql
parent34c564062a95b9306487fbc6bbd17c7c9c8a63c4 (diff)
parent336187151a2010197ddda1bcdabc311fd10c1c87 (diff)
downloadforums-1e5a1b72dca4e0ccae9340467225499649dea6c8.tar
forums-1e5a1b72dca4e0ccae9340467225499649dea6c8.tar.gz
forums-1e5a1b72dca4e0ccae9340467225499649dea6c8.tar.bz2
forums-1e5a1b72dca4e0ccae9340467225499649dea6c8.tar.xz
forums-1e5a1b72dca4e0ccae9340467225499649dea6c8.zip
Merge remote-tracking branch 'remotes/bantu/ticket/11201' into develop
# By Andreas Fischer # Via Andreas Fischer * remotes/bantu/ticket/11201: [ticket/11201] Revert WLM dropping because it is still used in China.
Diffstat (limited to 'phpBB/install/schemas/postgres_schema.sql')
-rw-r--r--phpBB/install/schemas/postgres_schema.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/install/schemas/postgres_schema.sql b/phpBB/install/schemas/postgres_schema.sql
index 301654bf25..4c13bf0ba9 100644
--- a/phpBB/install/schemas/postgres_schema.sql
+++ b/phpBB/install/schemas/postgres_schema.sql
@@ -1182,6 +1182,7 @@ CREATE TABLE phpbb_users (
user_icq varchar(15) DEFAULT '' NOT NULL,
user_aim varchar(255) DEFAULT '' NOT NULL,
user_yim varchar(255) DEFAULT '' NOT NULL,
+ user_msnm varchar(255) DEFAULT '' NOT NULL,
user_jabber varchar(255) DEFAULT '' NOT NULL,
user_website varchar(200) DEFAULT '' NOT NULL,
user_occ varchar(4000) DEFAULT '' NOT NULL,