현재 제공된
r86 버젼을 설치하면 serialized db field가 없다는 메세지가 나옵니다.
수작업으로,
alter table cache add serialized smallint not null default 0;
alter table cache_filter add serialized smallint not null default 0;
alter table cache_page add serialized smallint not null default 0;
alter table cache_menu add serialized smallint not null default 0;
한 후에 사라졌습니다.