aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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,