aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthe_systech <the_systech@users.sourceforge.net>2001-12-18 16:38:18 +0000
committerthe_systech <the_systech@users.sourceforge.net>2001-12-18 16:38:18 +0000
commit9ea92da95af0aa511b61779dc5f53f23f0ffa5f6 (patch)
tree2d5bcb963da9ef03ae3c77da68ad068664344c16
parentd128d2e61fc2f33110bea85fae9b5ae8ba5a67b9 (diff)
downloadforums-9ea92da95af0aa511b61779dc5f53f23f0ffa5f6.tar
forums-9ea92da95af0aa511b61779dc5f53f23f0ffa5f6.tar.gz
forums-9ea92da95af0aa511b61779dc5f53f23f0ffa5f6.tar.bz2
forums-9ea92da95af0aa511b61779dc5f53f23f0ffa5f6.tar.xz
forums-9ea92da95af0aa511b61779dc5f53f23f0ffa5f6.zip
Modified to fix Bug # 494598
git-svn-id: file:///svn/phpbb/trunk@1626 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r--phpBB/db/schemas/postgres_schema.sql6
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/db/schemas/postgres_schema.sql b/phpBB/db/schemas/postgres_schema.sql
index e6561c6c08..218dff49e4 100644
--- a/phpBB/db/schemas/postgres_schema.sql
+++ b/phpBB/db/schemas/postgres_schema.sql
@@ -330,9 +330,9 @@ CREATE TABLE phpbb_themes (
td_class1 varchar(25),
td_class2 varchar(25),
td_class3 varchar(25),
- fontface1 varchar(25),
- fontface2 varchar(25),
- fontface3 varchar(25),
+ fontface1 varchar(50),
+ fontface2 varchar(50),
+ fontface3 varchar(50),
fontsize1 int2,
fontsize2 int2,
fontsize3 int2,