diff options
| author | the_systech <the_systech@users.sourceforge.net> | 2001-12-18 16:38:18 +0000 |
|---|---|---|
| committer | the_systech <the_systech@users.sourceforge.net> | 2001-12-18 16:38:18 +0000 |
| commit | 9ea92da95af0aa511b61779dc5f53f23f0ffa5f6 (patch) | |
| tree | 2d5bcb963da9ef03ae3c77da68ad068664344c16 | |
| parent | d128d2e61fc2f33110bea85fae9b5ae8ba5a67b9 (diff) | |
| download | forums-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.sql | 6 |
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, |
