--- trunk/sql/schema.sql 2005/08/02 00:42:14 35 +++ trunk/sql/schema.sql 2005/08/02 00:42:29 36 @@ -34,7 +34,6 @@ id serial, title text, entry_id int references entries(id), - i_type text not null, date timestamp not null default now(), primary key(id)