Mercurial > epgrec.yaz
diff tableStruct.inc.php @ 142:481e789605e3
mod: EPGの更新と同時に予約情報を更新するように変更、ログビューアの追加
author | epgrec@park.mda.or.jp <yoneda@recorder.localnet.mda.or.jp> |
---|---|
date | Sun, 21 Mar 2010 16:42:58 +0900 |
parents | 9c5e597ef6c6 |
children |
line wrap: on
line diff
--- a/tableStruct.inc.php Sun Mar 21 00:00:58 2010 +0900 +++ b/tableStruct.inc.php Sun Mar 21 16:42:58 2010 +0900 @@ -21,6 +21,7 @@ "reserve_disc varchar(128) not null default 'none',". // 茘ョhash "autorec integer not null default '0',". // 若若ID "mode integer not null default '0',". // 牙祉≪若 + "dirty boolean not null default '0',". // 若c "index reserve_ch_idx (channel_disc),". // ゃ潟 "index reserve_st_idx (starttime)". "" @@ -74,8 +75,8 @@ "category_id integer not null default '0',". // 眼ID "use_regexp boolean not null default '0',". // 罩h頫憗篏睡1 "autorec_mode integer not null default '0',". // 牙祉≪若02/23/2010菴遵 - "weekofday enum ('0','1','2','3','4','5','6','7' ) default '7'".// ャ菴遵 - ",prgtime enum ('0','1','2','3','4','5','6','7','8','9','10','11','12','13','14','15','16','17','18','19','20','21','22','23','24') default '24'". // 03/13/2010菴遵 + "weekofday enum ('0','1','2','3','4','5','6','7' ) not null default '7'".// ャ菴遵 + ",prgtime enum ('0','1','2','3','4','5','6','7','8','9','10','11','12','13','14','15','16','17','18','19','20','21','22','23','24') not null default '24'". // 03/13/2010菴遵 "" ); @@ -87,4 +88,4 @@ "" ); -?> \ No newline at end of file +?>