|
From: Jonathan H. <the...@us...> - 2001-12-18 16:38:23
|
Update of /cvsroot/phpbb/phpBB2/db/schemas
In directory usw-pr-cvs1:/tmp/cvs-serv3675
Modified Files:
postgres_schema.sql
Log Message:
Modified to fix Bug # 494598
Index: postgres_schema.sql
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/db/schemas/postgres_schema.sql,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** postgres_schema.sql 2001/12/15 16:40:35 1.11
--- postgres_schema.sql 2001/12/18 16:38:18 1.12
***************
*** 331,337 ****
td_class2 varchar(25),
td_class3 varchar(25),
! fontface1 varchar(25),
! fontface2 varchar(25),
! fontface3 varchar(25),
fontsize1 int2,
fontsize2 int2,
--- 331,337 ----
td_class2 varchar(25),
td_class3 varchar(25),
! fontface1 varchar(50),
! fontface2 varchar(50),
! fontface3 varchar(50),
fontsize1 int2,
fontsize2 int2,
|