설치 스크립트에 이벤트 제목 강조 필드 추가

This commit is contained in:
chicpro
2013-04-25 10:23:19 +09:00
parent a95f75c2f7
commit d77b290e88

View File

@ -270,6 +270,7 @@ CREATE TABLE IF NOT EXISTS `shop_event` (
`ev_list_mod` int(11) NOT NULL DEFAULT '0',
`ev_list_row` int(11) NOT NULL DEFAULT '0',
`ev_subject` varchar(255) NOT NULL DEFAULT '',
`ev_subject_strong` tinyint(4) NOT NULL DEFAULT '0',
`ev_head_html` text NOT NULL,
`ev_tail_html` text NOT NULL,
`ev_use` tinyint(4) NOT NULL DEFAULT '0',