skip menu and go to main content

body start

Drupal Korea

Open  serialized db field 없음 1 ]

07.09.10-16:46:56

304271

Submitted by M C

Assignee Nobody

View624

Priority3

현재 제공된 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;
한 후에 사라졌습니다.

Comments on this artfact

1 Comments

M

KLDP 버전의 drupal r89입니다.

07.09.10-16:51:17