Added a new field to the holiday table for observance rules.

This commit is contained in:
skeeter
2001-05-14 23:43:05 +00:00
parent 158c78afb6
commit c8f940a8ee
8 changed files with 79 additions and 46 deletions

View File

@ -215,7 +215,9 @@
mday int DEFAULT 0,
month_num int DEFAULT 0,
occurence int DEFAULT 0,
dow int DEFAULT 0
dow int DEFAULT 0,
observance_rule int DEFAULT 0
)";
$phpgw_setup->db->query($sql);