diff -cr MT-3.11-full-ja-orig/schemas/postgres.dump MT-3.11-full-ja/schemas/postgres.dump *** MT-3.11-full-ja-orig/schemas/postgres.dump Sun Oct 24 16:44:24 2004 --- MT-3.11-full-ja/schemas/postgres.dump Sun Oct 24 16:45:07 2004 *************** *** 213,219 **** create table mt_template ( template_id integer not null primary key, template_blog_id integer not null, ! template_name varchar(50) not null, template_type varchar(25) not null, template_outfile varchar(255), template_rebuild_me smallint, --- 213,219 ---- create table mt_template ( template_id integer not null primary key, template_blog_id integer not null, ! template_name varchar(100) not null, template_type varchar(25) not null, template_outfile varchar(255), template_rebuild_me smallint,