Index: search.sql =================================================================== --- search.sql (revision 638) +++ search.sql (revision 639) @@ -8,6 +8,7 @@ ctime timestamp not null default now(), mtime timestamp not null default now(), status smallint not null default 1, + is_deleted boolean default false, object_id integer not null, object_class text not null, name text,